From b2998a1f7b64f93ffd9ae90f85ca0581015d589a Mon Sep 17 00:00:00 2001 From: bezvershenko Date: Tue, 12 Mar 2019 21:54:03 +0400 Subject: Add 'pull-to-refresh' in ListView and ArticleView Add host's constant for backend ip-address --- frontend/app/constants.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 frontend/app/constants.js (limited to 'frontend/app/constants.js') 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 -- cgit v1.2.3