mirror of
https://codeberg.org/catask-org/catask.git
synced 2025-04-19 21:33:41 -05:00
change return string text because why not
This commit is contained in:
parent
74fd0ba646
commit
008407b2f2
1 changed files with 1 additions and 1 deletions
2
app.py
2
app.py
|
@ -729,7 +729,7 @@ def updateConfig():
|
||||||
|
|
||||||
func.saveJSON(cfg, const.configFile)
|
func.saveJSON(cfg, const.configFile)
|
||||||
app.config.update(cfg)
|
app.config.update(cfg)
|
||||||
return {'message': 'Changes saved!'}
|
return {'message': 'Settings saved!'}
|
||||||
|
|
||||||
app.register_blueprint(api_bp, url_prefix='/api/v1')
|
app.register_blueprint(api_bp, url_prefix='/api/v1')
|
||||||
app.register_blueprint(admin_bp, url_prefix='/admin')
|
app.register_blueprint(admin_bp, url_prefix='/admin')
|
||||||
|
|
Loading…
Add table
Reference in a new issue