FIX: re implement docker file
Some checks failed
Deploy API / build-and-deploy (push) Failing after 2m39s
Some checks failed
Deploy API / build-and-deploy (push) Failing after 2m39s
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user