File tree 3 files changed +7
-6
lines changed
app/Http/Controllers/API/v1
3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 30
30
* )
31
31
*
32
32
* @OA\Server(
33
- * url=L5_SWAGGER_CONST_HOST ,
33
+ * url=L5_SWAGGER_CONST_ENDPOINT ,
34
34
* description="This instance"
35
35
* )
36
36
*
Original file line number Diff line number Diff line change 288
288
*/
289
289
'constants ' => [
290
290
'L5_SWAGGER_CONST_HOST ' => env ('L5_SWAGGER_CONST_HOST ' , 'http://localhost:8000 ' ),
291
+ 'L5_SWAGGER_CONST_ENDPOINT ' => env ('L5_SWAGGER_CONST_HOST ' , 'http://localhost:8000 ' ) . '/api/v1 ' ,
291
292
],
292
293
],
293
294
];
Original file line number Diff line number Diff line change 18
18
"description" : " Production Server"
19
19
},
20
20
{
21
- "url" : " http ://localhost:8000 " ,
21
+ "url" : " https ://traewelling.de/api/v1 " ,
22
22
"description" : " This instance"
23
23
}
24
24
],
5949
5949
"scheme" : " https" ,
5950
5950
"flows" : {
5951
5951
"authorizationCode" : {
5952
- "authorizationUrl" : " http ://localhost:8000 /oauth/authorize" ,
5953
- "tokenUrl" : " http ://localhost:8000 /oauth/token" ,
5954
- "refreshUrl" : " http ://localhost:8000 /auth/refresh" ,
5952
+ "authorizationUrl" : " https ://traewelling.de /oauth/authorize" ,
5953
+ "tokenUrl" : " https ://traewelling.de /oauth/token" ,
5954
+ "refreshUrl" : " https ://traewelling.de /auth/refresh" ,
5955
5955
"scopes" : {
5956
5956
"read-statuses" : " see all statuses" ,
5957
5957
"read-notifications" : " see your notifications" ,
6043
6043
"description" : " Manage Webhooks for third party applications"
6044
6044
}
6045
6045
]
6046
- }
6046
+ }
You can’t perform that action at this time.
0 commit comments