v0.7.0 - Settings tab

This commit is contained in:
frederikpyt
2020-08-11 12:37:31 +02:00
parent 76e0d7997a
commit c2ae6e08c3
9 changed files with 101 additions and 80 deletions
+1 -1
View File
@@ -30,7 +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");
Route::get("/settings", "SettingsController@index")->name("settings.index");
//Search/Filter
Route::get("/contactsapi", "ContactController@search")->name("contacts.search");