mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 10:49:10 -04:00
ALPHA 3.0.1f
This commit is contained in:
@@ -25,6 +25,8 @@ Route::get('/admin/update', 'AdminController@update');
|
||||
|
||||
Route::get('/admin/calendar', 'CalendarController@index');
|
||||
|
||||
Route::get('/admin/calendar/add/{date}', ['uses' =>'CalendarController@add']);
|
||||
|
||||
/* Other Route */
|
||||
Route::get('/test', function () {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user