fix: remove unused scgi import from backend
Some checks failed
Build MIPS Binary / build (push) Has been cancelled

This commit is contained in:
spinline
2026-02-09 21:41:31 +03:00
parent d7b1cef6d7
commit a3bf33aee4

View File

@@ -6,7 +6,7 @@ mod push;
mod rate_limit;
mod sse;
use shared::{scgi, xmlrpc};
use shared::xmlrpc;
use axum::error_handling::HandleErrorLayer;
use axum::{