FIX: re implement docker file
Some checks failed
Deploy API / build-and-deploy (push) Failing after 2m39s

This commit is contained in:
2026-03-11 14:30:12 +01:00
parent e5a1d36654
commit 96dae54411
5 changed files with 38 additions and 15 deletions

View File

@@ -208,7 +208,7 @@ pub struct Get
pub async fn get_conv_users(
State(state): State<AppState>,
AuthClaims { user_id, hotel_id }: AuthClaims,
Path(conv_id): Path<(i32)>,
Path(conv_id): Path<i32>,
) -> impl IntoResponse {
let pool = state.hotel_pools.get_pool(hotel_id);