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";
|
||||
|
||||
const widget = {
|
||||
api: "{url}/api/v1/{endpoint}",
|
||||
api: "{url}/api/v4/{endpoint}",
|
||||
proxyHandler: credentialedProxyHandler,
|
||||
mappings: {
|
||||
events: {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user