From 597dd08743bed7e75b2eaf4bd276a4cfcab22ac9 Mon Sep 17 00:00:00 2001 From: vantezzen Date: Wed, 12 Feb 2020 11:22:03 +0100 Subject: Update debugger URL to production API --- src/config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config.js b/src/config.js index b5314ab8e..d19a4b8b4 100644 --- a/src/config.js +++ b/src/config.js @@ -14,7 +14,8 @@ export const LOCAL_API = 'http://localhost:3000'; export const DEV_API = 'https://dev.franzinfra.com'; export const LIVE_API = 'https://api.getferdi.com'; -export const DEBUG_API = 'http://localhost:3333'; +// URL used to submit debugger information, see https://github.com/getferdi/debugger +export const DEBUG_API = 'https://debug.getferdi.com'; export const LOCAL_WS_API = 'ws://localhost:3000'; export const DEV_WS_API = 'wss://dev.franzinfra.com'; -- cgit v1.2.3-70-g09d2