We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42f7bb7 commit f70c91eCopy full SHA for f70c91e
1 file changed
services/index.ts
@@ -19,9 +19,7 @@ import { WorkspacesClient } from '~/services/workspaces';
19
const tdeiApiUrl = import.meta.env.VITE_TDEI_API_URL;
20
const tdeiUserApiUrl = import.meta.env.VITE_TDEI_USER_API_URL;
21
const apiUrl = import.meta.env.VITE_API_URL;
22
-const newApiUrl = import.meta.env.VITE_NEW_API_URL||'https://new-api.workspaces-dev.sidewalks.washington.edu/api/v1/'
23
-// import.meta.env.VITE_NEW_API_URL
24
-// || 'https://new-api.workspaces-dev.sidewalks.washington.edu/api/v1/';
+const newApiUrl = import.meta.env.VITE_NEW_API_URL || 'https://new-api.workspaces-dev.sidewalks.washington.edu/api/v1/'
25
const osmWebUrl = import.meta.env.VITE_OSM_URL;
26
const osmApiUrl = osmWebUrl + 'api/0.6/';
27
const rapidUrl = import.meta.env.VITE_RAPID_URL;
0 commit comments