mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 03:06:31 -05:00
Correct documentation on how to access Hedgedoc
Signed-off-by: Falk Rehse <neuringe1234@gmail.com>
This commit is contained in:
parent
a0cfc2bc06
commit
146523b5b4
1 changed files with 4 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue