mirror of
https://github.com/sunrin-ana/2025-SSF-dotory-manage.git
synced 2026-03-09 18:10:02 +00:00
initial test
This commit is contained in:
commit
651703c0f8
19 changed files with 198 additions and 0 deletions
8
routes/__init__.py
Normal file
8
routes/__init__.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
from flask_restx import Api
|
||||
|
||||
from .dotori import dotori_ns
|
||||
from .product import product_ns
|
||||
|
||||
def add_namespaces(api):
|
||||
api.add_namespace(dotori_ns, path='/api/dotory')
|
||||
api.add_namespace(product_ns, path='/api/buy')
|
||||
Loading…
Add table
Add a link
Reference in a new issue