Skip to content
Snippets Groups Projects
Commit 50730256 authored by Gjorgji's avatar Gjorgji
Browse files

Removed slash at end of url path

parent 19cf4dee
No related branches found
No related tags found
No related merge requests found
...@@ -175,7 +175,7 @@ def create_recommendation_text(kpi, amount_changed, caused_by, step_size): ...@@ -175,7 +175,7 @@ def create_recommendation_text(kpi, amount_changed, caused_by, step_size):
return f'In order to improve the KPI of {kpi} by {int(amount_changed)*10}%, {caused_by} should be improved by {step_size*10}%\n' return f'In order to improve the KPI of {kpi} by {int(amount_changed)*10}%, {caused_by} should be improved by {step_size*10}%\n'
@app.route("/dss/get_specific_recommendation/", methods=["GET"]) @app.route("/dss/get_specific_recommendation", methods=["GET"])
def get_recommendation(): def get_recommendation():
recommendation_for_plus_one_analysis = "" recommendation_for_plus_one_analysis = ""
recommendation_for_plus_two_analysis = "" recommendation_for_plus_two_analysis = ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment