feat(assist): temporary changed the default assist path

This commit is contained in:
Alexander 2025-04-04 16:13:03 +02:00
parent aab8691cf5
commit 5771323800

View file

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