ALPHA 3.0.1d

This commit is contained in:
TheGamecraft
2018-07-17 21:57:05 -04:00
parent 40a95d906a
commit 337c96f6f5
14 changed files with 285 additions and 3 deletions

View File

@@ -22,6 +22,8 @@ Route::get('/', function () {
Route::get('/admin', 'AdminController@index')->name('admin');
Route::get('/admin/update', 'AdminController@update');
Route::get('/admin/calendar', 'CalendarController@index');
/* Other Route */
Route::get('/test', function () {
@@ -29,3 +31,4 @@ Route::get('/test', function () {
});