Skip to content

Commit a057259

Browse files
committed
Remove dev route used only for Playground page
1 parent e70a899 commit a057259

File tree

2 files changed

+0
-33
lines changed

2 files changed

+0
-33
lines changed

app/Providers/RouteServiceProvider.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,6 @@ public function boot()
4949
->namespace($this->namespace)
5050
->group(base_path('routes/auth.php'));
5151

52-
if (App::environment('local')) {
53-
Route::prefix('dev')
54-
->middleware('web')
55-
->namespace($this->namespace)
56-
->group(base_path('routes/dev.php'));
57-
}
58-
5952
Route::middleware('web')
6053
->namespace($this->namespace)
6154
->group(base_path('routes/web.php'));

routes/dev.php

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)