MCPcopy Index your code
hub / github.com/1Panel-dev/1Panel / upload

Method upload

frontend/src/api/index.ts:193–195  ·  view source on GitHub ↗
(url: string, params: object = {}, config?: AxiosRequestConfig)

Source from the content-addressed store, hash-verified

191 return this.service.post(url, params, _object);
192 }
193 upload<T>(url: string, params: object = {}, config?: AxiosRequestConfig): Promise<ResultData<T>> {
194 return this.service.post(url, params, config);
195 }
196}
197
198export default new RequestHttp(config);

Callers 7

uploadLicenseFunction · 0.80
uploadEnterpriseLicenseFunction · 0.80
uploadFileDataFunction · 0.80
chunkUploadFileDataFunction · 0.80
uploadContainerFileFunction · 0.80
uploadSSLFileFunction · 0.80
uploadCommandsFunction · 0.80

Calls 1

postMethod · 0.80

Tested by

no test coverage detected