fix build
All checks were successful
CI/CD Pipeline / test (push) Successful in 5m23s
CI/CD Pipeline / deploy (push) Successful in 3m52s

This commit is contained in:
Philipp Hofer 2025-04-21 12:10:22 +02:00
parent eceabda0c3
commit b3bf50fed1

View File

@ -1,4 +1,4 @@
use crate::{er, err, page, succ, AppState};
use crate::{er, page, suc, AppState};
use async_trait::async_trait;
use axum::{
http::StatusCode,