提交 5d0c5663 编写于 作者: F Filipa Lacerda

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

上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册