From 6ce6ae5e20554061da131db3e901172694489865 Mon Sep 17 00:00:00 2001 From: Sonia Castelo Date: Wed, 13 Dec 2023 11:14:44 -0500 Subject: [PATCH] Update config.ts to test k8s Setting up API URL --- frontend/src/config.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/src/config.ts b/frontend/src/config.ts index 15b8cfc..1804442 100644 --- a/frontend/src/config.ts +++ b/frontend/src/config.ts @@ -1,5 +1,6 @@ // export const API_URL = 'https://api.ptg.poly.edu'; -export const API_URL = 'http://dashboardptg.vida-nyu.org:7890'; +// export const API_URL = 'http://dashboardptg.vida-nyu.org:7890'; +export const API_URL = 'argus-api.hsrn.nyu.edu'; export const RECORDINGS_STATIC_PATH = '/recordings/static/'; export const TEST_USER = 'test'; export const TEST_PASS = 'test'; @@ -18,4 +19,4 @@ export const RESET_REASONING = 'arui:reset'; export const RECORDINGS_UPLOAD_PATh = "/recordings/upload/" -// export {API_URL, RECORDINGS_STATIC_PATH, TEST_USER, TEST_PASS}; \ No newline at end of file +// export {API_URL, RECORDINGS_STATIC_PATH, TEST_USER, TEST_PASS};