Skip to content

Commit

Permalink
fix: change proxy port number (#104)
Browse files Browse the repository at this point in the history
* fix(fe): fix icon size prop value

* fix(fe): fix port number of proxy
  • Loading branch information
pendant-k authored Dec 19, 2023
1 parent 2a11cd2 commit 1168431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11"
},
"proxy": "http://43.202.126.245:3000"
"proxy": "http://43.202.126.245:80"
}

0 comments on commit 1168431

Please sign in to comment.