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

Function getNginxStatus

frontend/src/api/modules/nginx.ts:17–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15};
16
17export const getNginxStatus = () => {
18 return http.get<Nginx.NginxStatus>(`/openresty/status`);
19};
20
21export const updateNginxConfigFile = (req: Nginx.NginxFileUpdate) => {
22 return http.post(`/openresty/file`, req);

Callers

nothing calls this directly

Calls 1

getMethod · 0.80

Tested by

no test coverage detected