Merge pull request 'fixed front connection address' (#603) from front-600 into main
All checks were successful
ci/woodpecker/push/frontend Pipeline was successful
All checks were successful
ci/woodpecker/push/frontend Pipeline was successful
Reviewed-on: #603
This commit was merged in pull request #603.
This commit is contained in:
@@ -2,10 +2,8 @@ import 'package:flutter/material.dart';
|
|||||||
|
|
||||||
|
|
||||||
class CommonConstants {
|
class CommonConstants {
|
||||||
// static String apiProto = 'https';
|
static String apiProto = 'https';
|
||||||
// static String apiHost = 'app.sendico.io';
|
static String apiHost = 'app.sendico.io';
|
||||||
static String apiProto = 'http';
|
|
||||||
static String apiHost = 'localhost:3000';
|
|
||||||
static String apiEndpoint = '/api/v1';
|
static String apiEndpoint = '/api/v1';
|
||||||
static String amplitudeSecret = 'c3d75b3e2520d708440acbb16b923e79';
|
static String amplitudeSecret = 'c3d75b3e2520d708440acbb16b923e79';
|
||||||
static String amplitudeServerZone = 'EU';
|
static String amplitudeServerZone = 'EU';
|
||||||
|
|||||||
Reference in New Issue
Block a user