feat(assist-server): use the default prefix url
This commit is contained in:
parent
0141a42911
commit
d9ff3f4691
2 changed files with 1 additions and 2 deletions
|
|
@ -61,7 +61,6 @@ app.listen(PORT, (token) => {
|
||||||
console.log(`Failed to listen on port ${PORT}`);
|
console.log(`Failed to listen on port ${PORT}`);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
startCacheRefresher(io);
|
startCacheRefresher(io);
|
||||||
|
|
||||||
process.on('uncaughtException', err => {
|
process.on('uncaughtException', err => {
|
||||||
|
|
|
||||||
|
|
@ -52,5 +52,5 @@ spec:
|
||||||
name: {{ $fullName }}
|
name: {{ $fullName }}
|
||||||
port:
|
port:
|
||||||
number: {{ $socketioSvcPort }}
|
number: {{ $socketioSvcPort }}
|
||||||
path: /ws-assist-server/(.*)
|
path: /ws-assist/(.*)
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue