Skip to content
Snippets Groups Projects
Commit 83a46195 authored by Flavio TARSETTI's avatar Flavio TARSETTI
Browse files

[reports] app/factories/plotterFactory.js updated api url call to

plotters
parent 518ff752
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -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 + '/');
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment