From 3f8e39cc86ca22c3e94f52d693c90553ef1dfd57 Mon Sep 17 00:00:00 2001 From: Parker Date: Mon, 4 Nov 2024 23:01:13 -0600 Subject: Major consolidation and upgrades --- app/schemas/links_schemas.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 app/schemas/links_schemas.py (limited to 'app/schemas/links_schemas.py') diff --git a/app/schemas/links_schemas.py b/app/schemas/links_schemas.py new file mode 100644 index 0000000..e2812fb --- /dev/null +++ b/app/schemas/links_schemas.py @@ -0,0 +1,5 @@ +from pydantic import BaseModel + + +class URLSchema(BaseModel): + url: str -- cgit v1.2.3-70-g09d2