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/app/constants.js | |
| parent | 4f007a5ea318b7919467fdf93cebf151a42a2f63 (diff) | |
Add host's constant for backend ip-address
Diffstat (limited to 'frontend/app/constants.js')
| -rw-r--r-- | frontend/app/constants.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/app/constants.js b/frontend/app/constants.js new file mode 100644 index 0000000..dc38b00 --- /dev/null +++ b/frontend/app/constants.js @@ -0,0 +1 @@ +export const HOST = 'http://192.168.0.2:8000';
\ No newline at end of file |