Skip to content

Commit e4b2720

Browse files
Merge pull request #285 from IFRCGo/hotfix/WN-320
update_swagger
2 parents 0097eeb + 480e546 commit e4b2720

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)