fix: remove unused scgi import from backend
Some checks failed
Build MIPS Binary / build (push) Has been cancelled
Some checks failed
Build MIPS Binary / build (push) Has been cancelled
This commit is contained in:
@@ -6,7 +6,7 @@ mod push;
|
|||||||
mod rate_limit;
|
mod rate_limit;
|
||||||
mod sse;
|
mod sse;
|
||||||
|
|
||||||
use shared::{scgi, xmlrpc};
|
use shared::xmlrpc;
|
||||||
|
|
||||||
use axum::error_handling::HandleErrorLayer;
|
use axum::error_handling::HandleErrorLayer;
|
||||||
use axum::{
|
use axum::{
|
||||||
|
|||||||
Reference in New Issue
Block a user