Skip to content

Commit f70c91e

Browse files
committed
Update index.ts
1 parent 42f7bb7 commit f70c91e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

services/index.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ import { WorkspacesClient } from '~/services/workspaces';
1919
const tdeiApiUrl = import.meta.env.VITE_TDEI_API_URL;
2020
const tdeiUserApiUrl = import.meta.env.VITE_TDEI_USER_API_URL;
2121
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/';
22+
const newApiUrl = import.meta.env.VITE_NEW_API_URL || 'https://new-api.workspaces-dev.sidewalks.washington.edu/api/v1/'
2523
const osmWebUrl = import.meta.env.VITE_OSM_URL;
2624
const osmApiUrl = osmWebUrl + 'api/0.6/';
2725
const rapidUrl = import.meta.env.VITE_RAPID_URL;

0 commit comments

Comments
 (0)