From 3b6d752486e136cfa1873283c3a8fda217b1bfcf Mon Sep 17 00:00:00 2001 From: Armen9339 <71372704+Armen9339@users.noreply.github.com> Date: Thu, 17 Sep 2020 14:40:40 +0300 Subject: [PATCH] fix(ott-417): changed api (#152) Co-authored-by: Armen --- src/config/routes.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/routes.tsx b/src/config/routes.tsx index c953de0c..897c6015 100644 --- a/src/config/routes.tsx +++ b/src/config/routes.tsx @@ -1,2 +1,2 @@ -export const API_ROOT = 'https://api-staging.instat.tv' +export const API_ROOT = 'https://api.instat.tv' export const DATA_URL = `${API_ROOT}/data`