Add guard to /redeem

This commit is contained in:
fetch
2025-08-04 19:48:55 -04:00
parent 6909f4a678
commit b65a16adff

View File

@@ -45,7 +45,7 @@ pub async fn verify(
}
}
#[post("redeem")]
#[post("redeem", guard = "medal_key_guard")]
pub async fn redeem(
_req: HttpRequest,
_pool: web::Data<PgPool>,