Add response shcema
This commit is contained in:
5
core/scripts/webpanel/routers/api/v1/schema/response.py
Normal file
5
core/scripts/webpanel/routers/api/v1/schema/response.py
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
from pydantic import BaseModel
|
||||||
|
|
||||||
|
|
||||||
|
class DetailResponse(BaseModel):
|
||||||
|
detail: str
|
||||||
Reference in New Issue
Block a user