pub async fn get_qr_code_data(
pool: Data<PgPool>,
query: Query<GetQrCodeRequest>,
) -> ApplicationResponseExpand description
get(qr_code?slug={SLUG}) runs a sample SQL query and checks if the user is logged in
pub async fn get_qr_code_data(
pool: Data<PgPool>,
query: Query<GetQrCodeRequest>,
) -> ApplicationResponseget(qr_code?slug={SLUG}) runs a sample SQL query and checks if the user is logged in