Skip to content

Commit

Permalink
Update config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
soniacq authored Dec 13, 2023
1 parent ba83c0e commit dbcb2b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +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 = 'argus-api.hsrn.nyu.edu';
export const API_URL = 'https://argus-api.hsrn.nyu.edu';
export const RECORDINGS_STATIC_PATH = '/recordings/static/';
export const TEST_USER = 'test';
export const TEST_PASS = 'test';
Expand Down

0 comments on commit dbcb2b0

Please sign in to comment.