From eb5ad8950357b883a6bb2b861ef948ad7223f492 Mon Sep 17 00:00:00 2001 From: Oleg Klimenko Date: Fri, 19 May 2017 23:20:11 +0300 Subject: [PATCH] Fix api entry point --- src/app/config/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/config/index.ts b/src/app/config/index.ts index 09299f4..2bfc458 100644 --- a/src/app/config/index.ts +++ b/src/app/config/index.ts @@ -1,6 +1,6 @@ export default { // Where you want Tyr to store his data - 'apiUrl': 'http://staging.api.furiten.ru/', + 'apiUrl': 'https://api.furiten.ru/', // Do not change this unless you really know what are you doing 'apiVersion': [1, 0]