mirror of
https://github.com/sunrin-ana/2025-SSF-dotory-manage.git
synced 2026-03-09 18:10:02 +00:00
fix: buy product
This commit is contained in:
parent
20c99c6e1c
commit
b21fc45c7d
11 changed files with 91 additions and 56 deletions
|
|
@ -3,6 +3,7 @@ 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')
|
||||
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