Add missing import for registry module
This commit is contained in:
parent
cafde81322
commit
3d1c1f9f39
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import features
|
|||
|
||||
from app import app as application
|
||||
|
||||
from endpoints.appr import appr_bp
|
||||
from endpoints.appr import appr_bp, registry # registry needed to ensure routes registered
|
||||
from endpoints.v1 import v1_bp
|
||||
from endpoints.v2 import v2_bp
|
||||
|
||||
|
|
Reference in a new issue