Revert "Authorization service with POST (support API version 1.1)"
This reverts commit f9121b1fd3043a846d849d0762683c189e5cbd36.
Change-Id: Ib0b85d11b207b588744e333971f81d828e34a898
diff --git a/t/server/mock.pl b/t/server/mock.pl
index 134fb97..0aa8a9b 100644
--- a/t/server/mock.pl
+++ b/t/server/mock.pl
@@ -848,7 +848,7 @@
);
};
-get '/v1.0/oauth2/authorize' => sub {
+post '/v1.0/oauth2/authorize' => sub {
my $c = shift;
my $type = $c->param('response_type');
my $client_id = $c->param('client_id');