Commit 507139b5 authored by Filipa Lacerda's avatar Filipa Lacerda

Remove `.json` from path since it's already provided in the url

parent 786a5be6
...@@ -18,6 +18,6 @@ export default class PipelineService { ...@@ -18,6 +18,6 @@ export default class PipelineService {
} }
static getSecurityReport(endpoint) { static getSecurityReport(endpoint) {
return Vue.http.get(`${endpoint}.json`); return Vue.http.get(endpoint);
} }
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment