Various fixes

This commit is contained in:
frederikpyt
2020-06-30 11:38:28 +02:00
parent 78756ab5f0
commit b08422c520
7 changed files with 15 additions and 6 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ use Illuminate\Support\Facades\Route;
//});
Route::get("/", "RootController@index")->name("root.index");
Route::get("/home", "RootController@index")->name("root.index");
Route::get("/login", "UserController@showLogin")->name("users.show-login");
Route::post("/login", "UserController@login")->name("users.login");