From 1e9f6977c2e349a9294875aa4e3fdd4f66354072 Mon Sep 17 00:00:00 2001 From: vantezzen Date: Sat, 7 Sep 2019 15:54:54 +0200 Subject: Always use production todo frontend Always use production todo frontend as development todo frontend can not be found --- src/environment.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/environment.js') diff --git a/src/environment.js b/src/environment.js index 4be2c7d70..e73cf3025 100644 --- a/src/environment.js +++ b/src/environment.js @@ -51,7 +51,7 @@ if (!isDevMode || (isDevMode && useLiveAPI)) { api = DEV_API; wsApi = DEV_WS_API; web = DEV_API_WEBSITE; - todos = DEVELOPMENT_TODOS_FRONTEND_URL; + todos = PRODUCTION_TODOS_FRONTEND_URL; } export const API = api; -- cgit v1.2.3-70-g09d2