Skip to content

Commit 9385ec6

Browse files
the right url for dev server
1 parent 89cc3eb commit 9385ec6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

vite.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ export default defineConfig({
6565
server: {
6666
port: 3000,
6767
proxy: {
68-
'/api': 'http://localhost:8000'
69-
// 'https://xrp-code-d-u01.wpi.edu'
68+
'/api': 'https://xrp-code-d-u01.wpi.edu'
7069
}
7170
},
7271
build: {

0 commit comments

Comments
 (0)