diff --git a/core/scripts/webpanel/routers/api/v1/schema/config/singbox.py b/core/scripts/webpanel/routers/api/v1/schema/config/singbox.py new file mode 100644 index 0000000..cdd2d2a --- /dev/null +++ b/core/scripts/webpanel/routers/api/v1/schema/config/singbox.py @@ -0,0 +1,6 @@ +from pydantic import BaseModel + + +class StartInputBody(BaseModel): + domain: str + port: int