diff --git a/readme.md b/readme.md index ca78cb0..f64d254 100644 --- a/readme.md +++ b/readme.md @@ -24,9 +24,12 @@ Clone this repo on your machine and before run `npm i` to install all dependence | Endpoint | Description | | ------------------------------ | ------------------- | -| `localhost:3000/auth/login` | Login user | -| `localhost:3000/photos` | Products list (token needed) | +| `localhost:4000/auth/login` | Login user | +| `localhost:4000/photos` | Products list (token needed) | +## Change port + +in package.json mod -p 4000 [json-server api reference](https://github.com/typicode/json-server)