Update gurt_server.rs

This commit is contained in:
Face
2025-09-05 18:29:18 +03:00
parent f55e7f726a
commit 7695a87a48

View File

@@ -80,7 +80,7 @@ macro_rules! handle_authenticated {
}; };
} }
#[derive(Clone)] #[derive(Clone, Debug)]
enum HandlerType { enum HandlerType {
Index, Index,
GetDomain, GetDomain,