Function delete_qr_code

Source
pub async fn delete_qr_code(
    pool: Data<PgPool>,
    query: Query<EditQrCodeRequest>,
    request: HttpRequest,
    jwt: Data<JwtClient>,
) -> ApplicationResponse
Expand description

get(/qr_code/delete?id={ID}) edits a QR code with the relevant information