Create add_user rout
And fix some bullshit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import typing
|
||||
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
class BaseResponse(BaseModel):
|
||||
result: typing.Any
|
||||
error: bool = False
|
||||
Reference in New Issue
Block a user