MCPcopy Create free account
hub / github.com/1Panel-dev/1Panel / uploadEnterpriseLicense

Function uploadEnterpriseLicense

frontend/src/api/modules/setting.ts:59–61  ·  view source on GitHub ↗
(params: FormData)

Source from the content-addressed store, hash-verified

57};
58
59export const uploadEnterpriseLicense = (params: FormData) => {
60 return http.upload('/core/enterprise/licenses/upload', params);
61};
62export const getEnterpriseLicense = () => {
63 return http.get<Setting.LicenseEE>(`/core/enterprise/licenses/info`);
64};

Callers

nothing calls this directly

Calls 1

uploadMethod · 0.80

Tested by

no test coverage detected