Add api/v1/config/singbox/... schemas
This commit is contained in:
@ -0,0 +1,6 @@
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
class StartInputBody(BaseModel):
|
||||
domain: str
|
||||
port: int
|
||||
Reference in New Issue
Block a user