pub async fn edit_qr_code(
pool: Data<PgPool>,
query: Query<EditQrCodeRequest>,
request: HttpRequest,
jwt: Data<JwtClient>,
) -> ApplicationResponse
Expand description
get(/qr_code/edit?id={ID}&generation_data={DATA}&slug={SLUG}) edits a QR code with the relevant information