add hotel to user endpoint
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user