We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aafe36b commit b33a3fcCopy full SHA for b33a3fc
v3/packages/internarbeidsflate-decorator-v3/src/utils/urlUtils.ts
@@ -107,9 +107,7 @@ export const wsEventDistribusjon = (
107
case 'LOCAL':
108
return 'ws://localhost:4000/ws/';
109
default:
110
- return `wss://veilederflatehendelser${findEnvString(environment)}.${
111
- environment === 'prod' ? '.dev' : ''
112
- }.adeo.no/modiaeventdistribution/ws/`;
+ return `wss://veilederflatehendelser${findEnvString(environment)}.adeo.no/modiaeventdistribution/ws/`;
113
}
114
};
115
0 commit comments