Skip to content

Commit 351f910

Browse files
committed
remove test route
1 parent cd7083c commit 351f910

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

routes/web.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,4 @@
129129
Route::get('/export/bobs', 'ControlController@export');
130130
Route::get('/export/actions', 'ActionController@export');
131131

132-
/* Test */
133-
Route::get('/easymde', function () {
134-
return view('easymde');
135-
});
136132
});

0 commit comments

Comments
 (0)