Remnawave_Node/libs/contract/api/controllers/xray.ts
2025-03-04 04:11:45 +03:00

8 lines
188 B
TypeScript

export const XRAY_CONTROLLER = 'xray' as const;
export const XRAY_ROUTES = {
START: 'start',
STOP: 'stop',
STATUS: 'status',
NODE_HEALTH_CHECK: 'healthcheck',
} as const;