Skip to content

Commit

Permalink
Remove extra / in testUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
vyPal committed Oct 28, 2023
1 parent f4817f2 commit 06bea5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Future<void> main() async {
));
await remoteConfig.setDefaults(const {
"baseUrl": "https://lobster-app-z6jfk.ondigitalocean.app/api",
"testUrl": "https://edupage2-server.onrender.com/"
"testUrl": "https://edupage2-server.onrender.com"
});
await remoteConfig.fetchAndActivate();
await SentryFlutter.init(
Expand Down

0 comments on commit 06bea5d

Please sign in to comment.