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};