change endpoint for proxy

pull/36/head
SovietSpiderCat 2025-08-14 14:02:42 +03:00
parent 646597d111
commit ad2f740384
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ export class MetricsGateway implements OnModuleInit {
const httpServer = createServer();
this.wss = new Server({
server: httpServer,
path: '/api/metrics-ws',
path: '/metrics-ws',
});
this.wss.on('connection', (client, request) =>