diff --git a/public/api-docs/index.html b/public/api-docs/index.html new file mode 100644 index 0000000..2fcd4e4 --- /dev/null +++ b/public/api-docs/index.html @@ -0,0 +1,52 @@ + + + + + + + + + + + + diff --git a/routes/web.php b/routes/web.php index fbe9f6c..0599d19 100644 --- a/routes/web.php +++ b/routes/web.php @@ -3,7 +3,7 @@ use Illuminate\Support\Facades\Route; Route::get('/', function () { - return redirect('/api/documentation/v1'); + return redirect('/api-docs/index.html'); });