pub async fn list_qr_codes(
pool: Data<PgPool>,
request: HttpRequest,
jwt: Data<JwtClient>,
) -> ApplicationResponseExpand description
get(/qr_codes) lists QR codes assosciated with a given user
pub async fn list_qr_codes(
pool: Data<PgPool>,
request: HttpRequest,
jwt: Data<JwtClient>,
) -> ApplicationResponseget(/qr_codes) lists QR codes assosciated with a given user