Merge branch 'main' of https://github.com/datawhalechina/whale-anno into main
This commit is contained in:
commit
2130df7bb6
|
@ -2,7 +2,7 @@ from flask import Flask
|
||||||
|
|
||||||
|
|
||||||
def create_app():
|
def create_app():
|
||||||
app = Flask(__name__)
|
app = Flask(__name__, static_folder='../../fe/dist/', static_url_path='/')
|
||||||
|
|
||||||
app.config.from_object('app.config.setting')
|
app.config.from_object('app.config.setting')
|
||||||
app.config.from_object('app.config.secure')
|
app.config.from_object('app.config.secure')
|
||||||
|
|
Loading…
Reference in New Issue