Correct documentation on how to access Hedgedoc

Signed-off-by: Falk Rehse <neuringe1234@gmail.com>
This commit is contained in:
Chasethechicken 2021-12-21 10:37:11 +01:00 committed by Falk Rehse
parent a0cfc2bc06
commit 146523b5b4

View file

@ -40,7 +40,8 @@ to run both at the same time.
## Testing
- The backend will be available at `http://localhost:3000`.
- The frontend will be available at `http://localhost:3001`.
- After starting both frontend and backend, Hedgedoc will be available at `http://localhost:3000`.
**Note:** The backend proxies requests to the frontend, so you can also point your browser at the backend.
**Note:** If you only started the frontend, it will be available at `http://localhost:3001`.
**Note:** If you want to use Hedgedoc with the real backend, point your browser at `http://localhost:3000`, as the backend proxies requests to the frontend and you'll get CORS errors if you try to use the frontend directly.