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

Function listLocalNodeSSL

frontend/src/api/modules/website.ts:127–129  ·  view source on GitHub ↗
(req: Website.SSLReq)

Source from the content-addressed store, hash-verified

125};
126
127export const listLocalNodeSSL = (req: Website.SSLReq) => {
128 return http.postLocalNode<Website.SSLDTO[]>(`/websites/ssl/list`, req);
129};
130
131export const createSSL = (req: Website.SSLCreate) => {
132 return http.post<Website.SSLCreate>(`/websites/ssl`, req, TimeoutEnum.T_10M);

Callers

nothing calls this directly

Calls 1

postLocalNodeMethod · 0.80

Tested by

no test coverage detected