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`