pub async fn get_qr_code_data(
pool: Data<PgPool>,
query: Query<GetQrCodeRequest>,
) -> ApplicationResponse
Expand 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>,
) -> ApplicationResponse
get(qr_code?slug={SLUG}) runs a sample SQL query and checks if the user is logged in