Add api/v1/config/singbox/... schemas

This commit is contained in:
Iam54r1n4
2025-01-26 11:52:56 +00:00
parent b63d7f1b29
commit 3d0daae0f4

View File

@ -0,0 +1,6 @@
from pydantic import BaseModel
class StartInputBody(BaseModel):
domain: str
port: int