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

Function getBindDomain

frontend/src/api/modules/ai.ts:33–35  ·  view source on GitHub ↗
(req: AI.BindDomainReq)

Source from the content-addressed store, hash-verified

31};
32
33export const getBindDomain = (req: AI.BindDomainReq) => {
34 return http.post<AI.BindDomainRes>(`/ai/domain/get`, req);
35};
36
37export const updateBindDomain = (req: AI.BindDomain) => {
38 return http.post(`/ai/domain/update`, req);

Callers

nothing calls this directly

Calls 1

postMethod · 0.80

Tested by

no test coverage detected