Skip to content

Commit

Permalink
Fix: back url
Browse files Browse the repository at this point in the history
  • Loading branch information
ybmin committed Sep 9, 2023
1 parent b12186a commit 186f60a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/remoteConfigController.dart
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class RemoteConfigController {
minimumFetchInterval: Duration.zero,
));
await remoteConfig.setDefaults({
"back_url": "https://taxi.sparcs.org/",
"back_url": "https://taxi.sparcs.org/api/",
"front_url": "https://taxi.sparcs.org/",
"version": value.version,
"ios_version": value.version,
Expand Down

0 comments on commit 186f60a

Please sign in to comment.