add hotel to user endpoint

This commit is contained in:
2026-01-24 18:15:06 +01:00
parent 52c4a31f9f
commit 377f57ce2d
5 changed files with 94 additions and 4 deletions

View File

@@ -30,6 +30,7 @@ pub fn utils_routes() -> Router<AppState> {
.route("/force_update_password", put(force_update_password))
.route("/get_hotels", get(get_hotel))
.route("/add_hotel_user", put(add_hotel_user))
//.with_state(state)