diff options
| author | bezvershenko <lbezvershenkoo@yandex.ru> | 2019-03-12 21:54:03 +0400 |
|---|---|---|
| committer | bezvershenko <lbezvershenkoo@yandex.ru> | 2019-03-12 21:54:03 +0400 |
| commit | b2998a1f7b64f93ffd9ae90f85ca0581015d589a (patch) | |
| tree | baa7a90a0b96b255f4245f6dad247ae258dc4449 /frontend/package.json | |
| parent | 4f007a5ea318b7919467fdf93cebf151a42a2f63 (diff) | |
Add host's constant for backend ip-address
Diffstat (limited to 'frontend/package.json')
| -rw-r--r-- | frontend/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/package.json b/frontend/package.json index c1869db..7ea1a16 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -8,7 +8,7 @@ "eject": "react-native-scripts eject", "android": "react-native-scripts android", "ios": "react-native-scripts ios", - "test": "jest", + "test": "jest" }, "dependencies": { "axios": "^0.18.0", |