v0.12.2 - Added feedback storing to ajax instead of backend

This commit is contained in:
Anders
2020-09-07 14:21:59 +02:00
parent 1030bcc13f
commit 66762efb8a
5 changed files with 56 additions and 12 deletions
+1
View File
@@ -40,6 +40,7 @@ Route::get("/about", "AboutController@index")->name("about.index");
Route::post("/events/cancelsignup", "UserEventController@createajaxcancel")->name("userevents.createajaxcancel");
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");
//Search/Filter