Commit 5d0c5663 authored by Filipa Lacerda's avatar Filipa Lacerda

Adds `.json` to the endpoint requested in order to avoid showing JSON

parent 4975f416
......@@ -9,7 +9,7 @@
*/
class PipelinesService {
constructor(endpoint) {
this.pipelines = Vue.resource(endpoint);
this.pipelines = Vue.resource(`${endpoint}.json`);
}
/**
......
---
title: Fix Merge request pipelines displays JSON
merge_request:
author:
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