Updating dependencies
This commit is contained in:
parent
1d975df6ea
commit
d818c4edc6
4 changed files with 1737 additions and 901 deletions
|
@ -22,7 +22,7 @@ Route::group(['domain' => config('url.longurl')], function () {
|
|||
// Static colophon page
|
||||
Route::view('colophon', 'colophon');
|
||||
|
||||
// The login routes to get auth'd for admin
|
||||
// The login routes to get auth’d for admin
|
||||
Route::get('login', 'AuthController@showLogin')->name('login');
|
||||
Route::post('login', 'AuthController@login');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue