config: add app registry feature flag

This commit is contained in:
Jimmy Zelinskie 2017-03-22 21:53:05 -04:00
parent 102c671587
commit 4614419e53
3 changed files with 10 additions and 4 deletions

1
web.py
View file

@ -2,7 +2,6 @@ import os
import logging.config
from app import app as application
from endpoints.api import api_bp
from endpoints.bitbuckettrigger import bitbuckettrigger
from endpoints.githubtrigger import githubtrigger