fix chage duplicate message

This commit is contained in:
peter.maquiran
2025-09-04 15:40:45 +01:00
parent cfc7330e72
commit 430adf394d
54 changed files with 206 additions and 330 deletions
+1 -2
View File
@@ -1,8 +1,7 @@
export interface Environment {
id: string;
apiURL: string;
apiChatUrl: string;
apiWsChatUrl: string;
apiURLStage: String
apiPCURL: string;
logoLabel: string;
production: boolean;