Skip to content

Commit d4d1076

Browse files
committed
added second slash to localhost:4173 ons erver ts cors
1 parent 3aa8fb2 commit d4d1076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ app.use(
5454
`http://localhost:8080`,
5555
'app://rse',
5656
API_BASE_URL,
57-
'http:/localhost:4173'
57+
'http://localhost:4173'
5858
],
5959
credentials: true
6060
})

0 commit comments

Comments
 (0)