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