Skip to content

Commit bb3e99f

Browse files
committed
Update flavor url endpoint
1 parent a04b2a7 commit bb3e99f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/lib/main.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import 'MyApp.dart';
44

55
void main() {
66
FlavorConfig(environment: FlavorEnvironment.PROD, variables: {
7-
"baseUrl": "http://dartserver-staging-v1.eba-rhptv8q6.us-west-2.elasticbeanstalk.com",
7+
"baseUrl": "https://donnelson-sandbox-flex.appspot.com",
88
});
99

1010
runApp(MyApp());

0 commit comments

Comments
 (0)