mirror of
https://github.com/remnawave/node.git
synced 2026-07-02 22:24:04 +00:00
8 lines
188 B
TypeScript
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;
|