v0.6.2e - Made setting controller. Made on resource controller

This commit is contained in:
2020-08-11 12:26:52 +02:00
parent 2ae0c1661c
commit 76e0d7997a
5 changed files with 32 additions and 14 deletions
+1
View File
@@ -30,6 +30,7 @@ Route::get("/events/accountsignups", "EventController@accountsignups")->name("ev
Route::get("phones", "PhoneController@index")->name("phones.index");
Route::get("/washing-reservationsapi", "WashingReservationController@api")->name("washing-reservations.api");
Route::get("/app/washing-reservations", "WashingReservationController@appindex")->name("washing-reservations.appindex");
Route::get("/settings", "settingsController@settings")->name("settings.index");
//Search/Filter
Route::get("/contactsapi", "ContactController@search")->name("contacts.search");