We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a0f675 + 2cbbd5d commit c44e7ddCopy full SHA for c44e7dd
2 files changed
config/l5-swagger.php
@@ -166,9 +166,9 @@
166
'description' => 'Laravel passport oauth2 security.',
167
'flows' => [
168
'authorizationCode' => [
169
- 'authorizationUrl' => config('app.url') . '/oauth/authorize',
170
- 'tokenUrl' => config('app.url') . '/oauth/token',
171
- 'refreshUrl' => config('app.url') . '/token/refresh',
+ 'authorizationUrl' => '/oauth/authorize',
+ 'tokenUrl' => '/oauth/token',
+ 'refreshUrl' => '/token/refresh',
172
'scopes' => (object) [],
173
],
174
0 commit comments