File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ export VITE_TDEI_API_URL=https://api-dev.tdei.us/api/v1/
1616export VITE_TDEI_USER_API_URL=https://portal-api-dev.tdei.us/api/v1/
1717export VITE_API_URL=https://api.workspaces-dev.sidewalks.washington.edu/api/v1/
1818export VITE_OSM_URL=https://osm.workspaces-dev.sidewalks.washington.edu/
19- export VITE_RAPID_URL=https://rapid.workspaces-dev.sidewalks.washington.edu
20- export VITE_PATHWAYS_EDITOR_URL=https://pathways.workspaces-dev.sidewalks.washington.edu
19+ export VITE_RAPID_URL=https://rapid.workspaces-dev.sidewalks.washington.edu/
20+ export VITE_PATHWAYS_EDITOR_URL=https://pathways.workspaces-dev.sidewalks.washington.edu/
2121export CODE_VERSION="local"
2222
2323# install deps
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import { WorkspacesClient } from '~/services/workspaces';
77
88const tdeiApiUrl = import . meta. env . VITE_TDEI_API_URL ;
99const tdeiUserApiUrl = import . meta. env . VITE_TDEI_USER_API_URL ;
10- const apiUrl = import . meta. env . VITE_API_URL ; ;
10+ const apiUrl = import . meta. env . VITE_API_URL ;
1111const osmWebUrl = import . meta. env . VITE_OSM_URL ;
1212const osmApiUrl = osmWebUrl + 'api/0.6/' ;
1313const rapidUrl = import . meta. env . VITE_RAPID_URL ;
You can’t perform that action at this time.
0 commit comments