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

Function bindDomain

frontend/src/api/modules/ai.ts:29–31  ·  view source on GitHub ↗
(req: AI.BindDomain)

Source from the content-addressed store, hash-verified

27};
28
29export const bindDomain = (req: AI.BindDomain) => {
30 return http.post(`/ai/domain/bind`, req);
31};
32
33export const getBindDomain = (req: AI.BindDomainReq) => {
34 return http.post<AI.BindDomainRes>(`/ai/domain/get`, req);

Callers

nothing calls this directly

Calls 1

postMethod · 0.80

Tested by

no test coverage detected