Commit 3ee8cd94 authored by Stan Hu's avatar Stan Hu

Resolve static analysis failure in app/assets/javascripts/pipelines/services/pipeline_service.js

parent b8ab5d96
...@@ -15,6 +15,6 @@ export default class PipelineService { ...@@ -15,6 +15,6 @@ export default class PipelineService {
} }
static getSecurityReport(endpoint) { static getSecurityReport(endpoint) {
return Vue.http.get(endpoint); return axios.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