feat: add new encoder and restructure project
This commit is contained in:
4
app/schemas/url.py
Normal file
4
app/schemas/url.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from pydantic import BaseModel, HttpUrl
|
||||
|
||||
class UrlPayload(BaseModel):
|
||||
url: HttpUrl
|
||||
Reference in New Issue
Block a user