feat(assist-server): use the default prefix url

This commit is contained in:
Alexander 2025-04-04 16:08:09 +02:00
parent 0141a42911
commit d9ff3f4691
2 changed files with 1 additions and 2 deletions

View file

@ -61,7 +61,6 @@ app.listen(PORT, (token) => {
console.log(`Failed to listen on port ${PORT}`);
}
});
startCacheRefresher(io);
process.on('uncaughtException', err => {

View file

@ -52,5 +52,5 @@ spec:
name: {{ $fullName }}
port:
number: {{ $socketioSvcPort }}
path: /ws-assist-server/(.*)
path: /ws-assist/(.*)
{{- end }}