Update schedule editor

This commit is contained in:
Mathieu Lagace
2019-12-22 17:45:44 -05:00
parent 047633c2ce
commit 2c18dc8c1d
9 changed files with 448 additions and 79 deletions

View File

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