P5-4450 save Pwinty order data
This commit is contained in:
+3
-1
@@ -26,11 +26,13 @@ def create_app(config_name="config"):
|
||||
return response
|
||||
|
||||
# register resources
|
||||
from api.resources import server, designers, categories, prices
|
||||
from api.resources import server, designers, categories, prices, orders, order_rows
|
||||
|
||||
app.register_blueprint(server.mod)
|
||||
app.register_blueprint(designers.mod)
|
||||
app.register_blueprint(categories.mod)
|
||||
app.register_blueprint(prices.mod)
|
||||
app.register_blueprint(orders.mod)
|
||||
app.register_blueprint(order_rows.mod)
|
||||
|
||||
return app
|
||||
|
||||
Reference in New Issue
Block a user