Updating dependencies

This commit is contained in:
Jonny Barnes 2020-09-13 13:58:50 +01:00
parent 1d975df6ea
commit d818c4edc6
4 changed files with 1737 additions and 901 deletions

View file

@ -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 authd for admin
Route::get('login', 'AuthController@showLogin')->name('login');
Route::post('login', 'AuthController@login');