Skip to content

Commit bb61484

Browse files
committed
Slashes
1 parent efe79f1 commit bb61484

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ export VITE_TDEI_API_URL=https://api-dev.tdei.us/api/v1/
1616
export VITE_TDEI_USER_API_URL=https://portal-api-dev.tdei.us/api/v1/
1717
export VITE_API_URL=https://api.workspaces-dev.sidewalks.washington.edu/api/v1/
1818
export 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/
2121
export CODE_VERSION="local"
2222
2323
# install deps

services/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { WorkspacesClient } from '~/services/workspaces';
77

88
const tdeiApiUrl = import.meta.env.VITE_TDEI_API_URL;
99
const 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;
1111
const osmWebUrl = import.meta.env.VITE_OSM_URL;
1212
const osmApiUrl = osmWebUrl + 'api/0.6/';
1313
const rapidUrl = import.meta.env.VITE_RAPID_URL;

0 commit comments

Comments
 (0)