Initial Structure
This commit is contained in:
3
src/routes/__init__.py
Normal file
3
src/routes/__init__.py
Normal file
@ -0,0 +1,3 @@
|
||||
|
||||
|
||||
|
3
src/routes/routes.py
Normal file
3
src/routes/routes.py
Normal file
@ -0,0 +1,3 @@
|
||||
|
||||
def default_route(path: str):
|
||||
return f"Default route for {path}"
|
Reference in New Issue
Block a user