Ejemplo n.º 1
0
def create_app():
    app = tflask(config)
    register_blueprints(app)
    return app
Ejemplo n.º 2
0
def create_app():
    app = tflask(config)
    register_blueprints(app)
    CORS(app, supports_credentials=True)
    return app