diff --git a/beat/web/reports/static/reports/app/factories/plotterFactory.js b/beat/web/reports/static/reports/app/factories/plotterFactory.js
index a84f5c0b6104a9b0d2762d7e3f12e861a253528a..fa1937528dab26c01a0016207f427a76e63e6c3f 100644
--- a/beat/web/reports/static/reports/app/factories/plotterFactory.js
+++ b/beat/web/reports/static/reports/app/factories/plotterFactory.js
@@ -38,7 +38,7 @@ app.factory('plotterFactory', ['$http', function($http)
 
     plotterFactory.getPlotterParameter = function (url_prefix)
     {
-        urlBase = url_prefix + '/api/v1/plotters/plotterparameter';
+        urlBase = url_prefix + '/api/v1/plotters/plotterparameters';
         return $http.get(urlBase + '/');
     };