We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 867a624 + 1083139 commit d50593cCopy full SHA for d50593c
1 file changed
routes/web.php
@@ -292,3 +292,8 @@
292
'Content-Type' => 'text/plain; version=0.0.4',
293
]);
294
});
295
+
296
+Route::get('api/oauth2-redirect.js', function () {
297
+ // Fix l5-swagger and swagger-ui mismatch. See https://github.com/DarkaOnLine/L5-Swagger/issues/648
298
+ return response()->file(base_path('vendor/swagger-api/swagger-ui/dist/oauth2-redirect.js'));
299
+})->name('oauth2-redirect.js');
0 commit comments