Skip to content

Commit

Permalink
Hot-fix wrong url
Browse files Browse the repository at this point in the history
  • Loading branch information
tvc12 committed Jun 4, 2020
1 parent 0a09eb9 commit 2c9f13b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion petisland_core/lib/config/config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Config {

static const Map<String, dynamic> _production = <String, dynamic>{
'api_host': prod.api_host,
'chat_host': prod.api_host,
'chat_host': prod.chat_host,
'max_image_per_post': 10,
};

Expand Down

0 comments on commit 2c9f13b

Please sign in to comment.