Skip to content

Commit 480e546

Browse files
committed
update_swagger
1 parent 4ca79d6 commit 480e546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/l5-swagger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,6 @@
234234
|--------------------------------------------------------------------------
235235
*/
236236
'constants' => [
237-
'L5_SWAGGER_CONST_HOST' => env('APP_URL', null),
237+
'L5_SWAGGER_CONST_HOST' => config('app.url'),
238238
],
239239
];

0 commit comments

Comments
 (0)