From 0f0529c4455e0c74269a3399f946136b43f7ccce Mon Sep 17 00:00:00 2001 From: Stephan D Date: Tue, 3 Mar 2026 00:16:37 +0100 Subject: [PATCH] fixed front connection address --- frontend/pshared/lib/config/common.dart | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/frontend/pshared/lib/config/common.dart b/frontend/pshared/lib/config/common.dart index a19eed48..c6b47267 100644 --- a/frontend/pshared/lib/config/common.dart +++ b/frontend/pshared/lib/config/common.dart @@ -2,10 +2,8 @@ import 'package:flutter/material.dart'; class CommonConstants { - // static String apiProto = 'https'; - // static String apiHost = 'app.sendico.io'; - static String apiProto = 'http'; - static String apiHost = 'localhost:3000'; + static String apiProto = 'https'; + static String apiHost = 'app.sendico.io'; static String apiEndpoint = '/api/v1'; static String amplitudeSecret = 'c3d75b3e2520d708440acbb16b923e79'; static String amplitudeServerZone = 'EU';