Updates for addon/modules to make it easier to create APIs
This commit is contained in:
7
modules/Sample/Http/Routes/admin.php
Normal file
7
modules/Sample/Http/Routes/admin.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
# This is the admin path. Comment this out if you don't have
|
||||
# an admin panel component.
|
||||
Route::group([], function () {
|
||||
Route::get('/', 'AdminController@index');
|
||||
});
|
||||
Reference in New Issue
Block a user