Fix hardcoded IPv4 literals (#2602)
* Update server_test.go no hardcoded IPv4 literals * Update package.json no hardcoded IPv4 literals
This commit is contained in:
+1
-1
@@ -58,7 +58,7 @@
|
||||
"update-workbox": "bin/update-workbox.sh"
|
||||
},
|
||||
"homepage": ".",
|
||||
"proxy": "http://127.0.0.1:4633/",
|
||||
"proxy": "http://localhost:4633/",
|
||||
"eslintConfig": {
|
||||
"extends": [
|
||||
"react-app",
|
||||
|
||||
Reference in New Issue
Block a user