Compare commits

...

2 Commits

Author SHA1 Message Date
4b57550c36 Merge pull request 'fixed front connection address' (#603) from front-600 into main
All checks were successful
ci/woodpecker/push/frontend Pipeline was successful
Reviewed-on: #603
2026-03-02 23:17:02 +00:00
Stephan D
0f0529c445 fixed front connection address 2026-03-03 00:16:37 +01:00

View File

@@ -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';