Skip to content

Commit ab9c3c0

Browse files
committed
DemoController shouldn't enabled by default
1 parent 44f5909 commit ab9c3c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
'as' => 'getDelete',
9292
]);
9393

94-
Route::get('/demo', 'DemoController@index');
94+
// Route::get('/demo', 'DemoController@index');
9595
});
9696

9797
Route::group(compact('prefix', 'as', 'namespace'), function () {

0 commit comments

Comments
 (0)