This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/config_app/web.py
2018-06-12 14:44:15 -04:00

6 lines
129 B
Python

from app import app as application
from config_endpoints.setup_web import setup_web
application.register_blueprint(setup_web)