set correct gitlab api version
This commit is contained in:
parent
26e2e15201
commit
601ba4cd8c
@ -2,7 +2,7 @@ import { asJson } from "utils/proxy/api-helpers";
|
|||||||
import credentialedProxyHandler from "utils/proxy/handlers/credentialed";
|
import credentialedProxyHandler from "utils/proxy/handlers/credentialed";
|
||||||
|
|
||||||
const widget = {
|
const widget = {
|
||||||
api: "{url}/api/v1/{endpoint}",
|
api: "{url}/api/v4/{endpoint}",
|
||||||
proxyHandler: credentialedProxyHandler,
|
proxyHandler: credentialedProxyHandler,
|
||||||
mappings: {
|
mappings: {
|
||||||
events: {
|
events: {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user