Fix raw OK response when checking license
This commit is contained in:
parent
29a1df736a
commit
f99372ae23
|
@ -84,6 +84,7 @@ export const buildLicensingEndpoints = (
|
|||
refreshLicense: async () => {
|
||||
return API.post({
|
||||
url: "/api/global/license/refresh",
|
||||
parseResponse: () => null,
|
||||
})
|
||||
},
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue