Skip to content

Commit 319c625

Browse files
authored
Update http.js
1 parent ff65fa6 commit 319c625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vol.uniapp/util/http.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import store from '../store/index.js'
22

33
var ipAddress;
44
if (process.env.NODE_ENV === 'development') {
5-
ipAddress = "https://api.volcore.xyz/"
5+
ipAddress = "http://127.0.0.1:9991/"
66
} else {
77
ipAddress = "https://api.volcore.xyz/"
88
}

0 commit comments

Comments
 (0)