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