This commit is contained in:
Anders
2020-06-30 14:40:46 +02:00
parent 5e60794c1a
commit faa865c50f
4 changed files with 15 additions and 34 deletions
-1
View File
@@ -27,7 +27,6 @@ Route::get("/forgot", "UserController@showForgot")->name("users.show-forgot");
Route::post("/forgot", "UserController@forgot")->name("users.forgot");
Route::get("/account", "UserController@account")->name("users.account");
Route::get("/account/edit", "UserController@accountedit")->name("users.accountedit");
Route::get("phones", "PhoneController@index")->name("phones.index");