ready for build
This commit is contained in:
@@ -15,7 +15,7 @@ for k, v in config_yaml.items():
|
||||
setattr(config, k, v)
|
||||
|
||||
app = Flask(__name__,
|
||||
root_path=join(dirname(abspath(__file__)), '..'))
|
||||
root_path=join(dirname(abspath(__file__)), '..'), template_folder="config")
|
||||
app.config.from_object(config)
|
||||
|
||||
app.json_encoder = JSONEncoder
|
||||
|
Reference in New Issue
Block a user