Skip to content

Commit

Permalink
Version 1.0.1 - Fixed login
Browse files Browse the repository at this point in the history
  • Loading branch information
phillwiggins committed Jan 7, 2019
1 parent 5fc579f commit eeb7c32
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions example/lib/application_constants.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
abstract class ApplicationConstants {
static const String APP_NAME = "BodyCal";
static const String PARSE_APPLICATION_ID = "bodycaldb";
static const String PARSE_MASTER_KEY = "343gf35g4t6hev445f4t5f45g45d";
static const String PARSE_SERVER_URL = "https://bc-server.purewowstudio.com/parse/";
static const String APP_NAME = "";
static const String PARSE_APPLICATION_ID = "";
static const String PARSE_MASTER_KEY = "";
static const String PARSE_SERVER_URL = "";
}

0 comments on commit eeb7c32

Please sign in to comment.