We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d83aa89 commit a6df3f7Copy full SHA for a6df3f7
src/modules/xray-core/xray.controller.ts
@@ -42,6 +42,8 @@ export class XrayController {
42
43
@Get(XRAY_ROUTES.STOP)
44
public async stopXray(): Promise<StopXrayResponseDto> {
45
+ this.logger.log('Remnawave requested to stop Xray.');
46
+
47
const response = await this.xrayService.stopXray();
48
const data = errorHandler(response);
49
0 commit comments