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}`);
|
||||
}
|
||||
});
|
||||
|
||||
startCacheRefresher(io);
|
||||
|
||||
process.on('uncaughtException', err => {
|
||||
|
|
|
|||
|
|
@ -52,5 +52,5 @@ spec:
|
|||
name: {{ $fullName }}
|
||||
port:
|
||||
number: {{ $socketioSvcPort }}
|
||||
path: /ws-assist-server/(.*)
|
||||
path: /ws-assist/(.*)
|
||||
{{- end }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue