We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0097eeb + 480e546 commit e4b2720Copy full SHA for e4b2720
1 file changed
config/l5-swagger.php
@@ -234,6 +234,6 @@
234
|--------------------------------------------------------------------------
235
*/
236
'constants' => [
237
- 'L5_SWAGGER_CONST_HOST' => env('APP_URL', null),
+ 'L5_SWAGGER_CONST_HOST' => config('app.url'),
238
],
239
];
0 commit comments