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:
certuna 2023-11-11 22:46:53 +01:00 committed by GitHub
parent e055826068
commit bae5fc946b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -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",