first commit
This commit is contained in:
5
routes/payment/__init__.py
Normal file
5
routes/payment/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from fastapi import APIRouter
|
||||
from . import routes
|
||||
|
||||
router = APIRouter()
|
||||
router.include_router(routes.router, tags=["payment"])
|
||||
1003
routes/payment/routes.py
Normal file
1003
routes/payment/routes.py
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user