Add missing import for registry module

This commit is contained in:
Joseph Schorr 2017-03-22 23:16:41 -04:00
parent cafde81322
commit 3d1c1f9f39

View file

@ -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