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

Function uploadSSLFile

frontend/src/api/modules/website.ts:263–265  ·  view source on GitHub ↗
(params: FormData)

Source from the content-addressed store, hash-verified

261};
262
263export const uploadSSLFile = (params: FormData) => {
264 return http.upload<File.File>(`/websites/ssl/upload/file`, params, {});
265};
266
267export const searchCAs = (req: ReqPage) => {
268 return http.post<ResPage<Website.CA>>(`/websites/ca/search`, req);

Callers

nothing calls this directly

Calls 1

uploadMethod · 0.80

Tested by

no test coverage detected