diff --git a/app/api/dexi.py b/app/api/dexi.py
index b74b0f3453a75f8f55e31343c1ed0d342b923506..f101c9347edda0a840002395bd61b41cbbe61cd5 100644
--- a/app/api/dexi.py
+++ b/app/api/dexi.py
@@ -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'
 
 
-@app.route("/dss/get_specific_recommendation/", methods=["GET"])
+@app.route("/dss/get_specific_recommendation", methods=["GET"])
 def get_recommendation():
     recommendation_for_plus_one_analysis = ""
     recommendation_for_plus_two_analysis = ""