This commit is contained in:
@@ -4,6 +4,7 @@ from app.api.v1.api import api
|
||||
from app.api.v1.auth import auth
|
||||
from app.api.v1.record import record
|
||||
from app.api.v1.user import user
|
||||
from app.api.v1.diet import diet
|
||||
|
||||
|
||||
def create_v1():
|
||||
@@ -12,6 +13,7 @@ def create_v1():
|
||||
bp_v1.register_blueprint(auth, url_prefix='/auth')
|
||||
bp_v1.register_blueprint(record, url_prefix='/record')
|
||||
bp_v1.register_blueprint(user, url_prefix='/user')
|
||||
bp_v1.register_blueprint(diet, url_prefix='/diet')
|
||||
return bp_v1
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user