v1.1.0 - Users can now sign up (Automatically gets 'Bruger' role)

This commit is contained in:
Anders
2020-09-10 10:25:27 +02:00
parent 3b86e29c00
commit e483400d82
6 changed files with 97 additions and 30 deletions
+2 -1
View File
@@ -41,7 +41,8 @@ Route::post("/events/cancelsignup", "UserEventController@createajaxcancel")->nam
Route::post("/account/cancelmailwants", "UserController@createajaxcancel")->name("users.createajaxcancel");
Route::delete("/notifications/delete", "EventController@deleteNotifications")->name("notifications.delete");
Route::post("/feedbacks/store", "FeedbackController@storeajax")->name("feedbacks.storeajax");
//Route::get("/signup", "UserController@signup")->name("users.signup");
Route::get("/signup", "UserController@signup")->name("users.signup");
Route::post("/signupStore", "UserController@signupStore")->name("users.signupStore");
//Search/Filter
Route::get("/contactsapi", "ContactController@search")->name("contacts.search");