Skip to content

Commit 80cb30c

Browse files
committed
feat: removes basic auth
1 parent fd70875 commit 80cb30c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

routes/web.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
|
1616
*/
1717

18-
Route::group(['middleware' => 'auth.basic'], function () {
18+
Route::group([
19+
//
20+
], function () {
1921
Route::get('/', fn () => file_get_contents(public_path('www/index.html')));
2022

2123
Route::get('/docs/editor-setup', IDEPluginsController::class)->name('ide-plugins');

0 commit comments

Comments
 (0)