mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-24 18:56:32 -05:00
Correct documentation on how to access Hedgedoc
Signed-off-by: Falk Rehse <neuringe1234@gmail.com>
This commit is contained in:
parent
ec4d539c99
commit
5b8b731004
1 changed files with 4 additions and 3 deletions
|
@ -40,7 +40,8 @@ to run both at the same time.
|
||||||
|
|
||||||
## Testing
|
## Testing
|
||||||
|
|
||||||
- The backend will be available at `http://localhost:3000`.
|
- After starting both frontend and backend, Hedgedoc will be available at `http://localhost:3000`.
|
||||||
- The frontend will be available at `http://localhost:3001`.
|
|
||||||
|
|
||||||
**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.
|
||||||
|
|
Loading…
Reference in a new issue