From 83a46195e2ba1cfd6a9989c4ddb5bb29d4a42a67 Mon Sep 17 00:00:00 2001 From: Flavio Tarsetti <Flavio.Tarsetti@idiap.ch> Date: Mon, 22 Aug 2016 09:40:47 +0200 Subject: [PATCH] [reports] app/factories/plotterFactory.js updated api url call to plotters --- beat/web/reports/static/reports/app/factories/plotterFactory.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beat/web/reports/static/reports/app/factories/plotterFactory.js b/beat/web/reports/static/reports/app/factories/plotterFactory.js index a84f5c0b6..fa1937528 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 + '/'); }; -- GitLab