Skip to content

Commit b9c4042

Browse files
Update README.md
1 parent 2d73908 commit b9c4042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const app = new EcommerceApplication({
5252
});
5353

5454
```
55-
this is because you cant bind two processes to the same `[IP:PORT]` , in our case the binding IP is `127.0.0.1` it's known as `localhost` , this modification will prevent `CORS blocks` by you navigator,to solve this problem we use the integrated node proxy by adding this line `"proxy": "http://localhost:3001"` in the `LoopBack4ReactAdminExample/Frontreactadmin/ecommerce/package.json`:
55+
this is because you cant bind two processes to the same `[IP:PORT]` , in our case the binding IP is `127.0.0.1` it's known as `localhost` , this setup will cause`CORS blocks` by you navigator,to solve this problem we use the integrated node proxy by adding this line `"proxy": "http://localhost:3001"` in the `LoopBack4ReactAdminExample/Frontreactadmin/ecommerce/package.json`:
5656
```ruby
5757
{
5858
.

0 commit comments

Comments
 (0)