feat: add database connection with modified endpoints
This commit is contained in:
4
schemas.py
Normal file
4
schemas.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from pydantic import BaseModel, HttpUrl
|
||||
|
||||
class UrlPayload(BaseModel):
|
||||
url: HttpUrl
|
||||
Reference in New Issue
Block a user