mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 02:39:10 -04:00
Update schedule editor
This commit is contained in:
@@ -15,7 +15,7 @@ use Illuminate\Support\Facades\Storage;
|
||||
/* Basic Auth Route */
|
||||
Auth::routes();
|
||||
Route::get('logout', 'Auth\LoginController@logout')->name('logout');
|
||||
Route::get("/test",'OCOMController@create');
|
||||
Route::get("/test/{id}",'ScheduleEditorController@getEventTemplate');
|
||||
|
||||
|
||||
/** Public Route */
|
||||
|
||||
Reference in New Issue
Block a user