fix : Swagger skin 변경

This commit is contained in:
2025-08-08 17:13:31 +09:00
parent 571bb635a7
commit f08fd130be
2 changed files with 53 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
use Illuminate\Support\Facades\Route;
Route::get('/', function () {
return redirect('/api/documentation/v1');
return redirect('/api-docs/index.html');
});