@@ -1,5 +1,5 @@
{
- "name": "410ETH",
+ "name": "ethereum_viewer_webapp",
"version": "0.1.0",
"private": true,
"scripts": {
@@ -5,7 +5,7 @@ module.exports = {
devServer: {
proxy: {
'/api': {
- target:'http://localhost',
+ target:'http://localhost:8080',
changeOrigin:true,
pathRewrite:{
'^/api': ''