Skip to content

Commit a7fbfff

Browse files
committed
feat: update request base url
1 parent 3483881 commit a7fbfff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.env.testing

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
VITE_BASE_PUBLIC_PATH="/"
33

44
# Request url.
5-
VITE_REQUEST_BASE_URL="/api"
5+
VITE_REQUEST_BASE_URL="https://jsonplaceholder.typicode.com"
66

77
# Request url with proxy.
8-
VITE_REQUEST_BASE_URL_PROXY="https://jsonplaceholder.typicode.com"
8+
VITE_REQUEST_BASE_URL_PROXY=""

0 commit comments

Comments
 (0)