Chat Fixes

merge-requests/57/head
Sikander Saleem 3 years ago
parent 3cac5eebbc
commit 5ec6fbdf42

1
.gitignore vendored

@ -34,7 +34,6 @@ pubspec.lock
/build/
# Web related
lib/generated_plugin_registrant.dart
# Symbolication related
app.*.symbols

@ -49,8 +49,8 @@ class ChatProviderModel with ChangeNotifier, DiagnosticableTreeMixin {
"${ApiConsts.chatServerBaseApiUrl}user/externaluserlogin",
{
"employeeNumber": int.parse(
//AppState().memberInformationList!.eMPLOYEENUMBER.toString(),
"210919"
AppState().memberInformationList!.eMPLOYEENUMBER.toString(),
//"210919"
),
"password": "FxIu26rWIKoF8n6mpbOmAjDLphzFGmpG"
},

@ -1,7 +1,7 @@
class ApiConsts {
//static String baseUrl = "http://10.200.204.20:2801/"; // Local server
static String baseUrl = "https://uat.hmgwebservices.com"; // UAT server
//static String baseUrl = "https://hmgwebservices.com"; // Live server
//static String baseUrl = "https://uat.hmgwebservices.com"; // UAT server
static String baseUrl = "https://hmgwebservices.com"; // Live server
static String baseUrlServices = baseUrl + "/Services/"; // server
// static String baseUrlServices = "https://api.cssynapses.com/tangheem/"; // Live server
static String utilitiesRest = baseUrlServices + "Utilities.svc/REST/";

Loading…
Cancel
Save