Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
im-aeo authored Jul 16, 2022
1 parent 2f58430 commit e5fd195
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
Route::get('/', 'HomeController@index')->name('index')->middleware('guest');
Route::get('/dashboard', 'HomeController@dashboard')->name('dashboard')->middleware('auth');
Route::get('/admin', 'HomeController@admin')->name('admin')->middleware('auth');
Route::post('/status', 'HomeController@status')->name('status');
});

Route::group(['as' => 'info.', 'prefix' => 'info'], function() {
Expand Down

0 comments on commit e5fd195

Please # to comment.