Fix api route

This commit is contained in:
clerie 2020-04-07 15:02:03 +02:00
parent 9af15810c7
commit afbcd40416
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ def export_target_dwd_txt_render(dwd_id):
return r return r
@app.route('/api/station') @app.route('/api/station/')
def api_station(): def api_station():
s = request.args.get('s') s = request.args.get('s')