|
@@ -137,7 +137,7 @@ def save(filename):
|
|
|
@bp.route("/config", methods=["GET"])
|
|
|
def config():
|
|
|
cfg = ConfigLoad(str(config_dir))
|
|
|
- return Response(response=json.dumps(cfg.load_file("reisacher", "2023")), mimetype="application/json")
|
|
|
+ return Response(response=json.dumps(cfg.load_file("reisacher", "2024")), mimetype="application/json")
|
|
|
|
|
|
|
|
|
@bp.route("/accounts/<period>", methods=["GET"])
|