This commit is contained in:
Mathieu Lagace
2020-01-21 21:14:48 -05:00
parent c20024ed96
commit 9e21124e90
12 changed files with 189 additions and 98 deletions

View File

@@ -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 */