config: add app registry feature flag
This commit is contained in:
parent
102c671587
commit
4614419e53
3 changed files with 10 additions and 4 deletions
1
web.py
1
web.py
|
@ -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
|
||||
|
|
Reference in a new issue