Skip to content

Commit

Permalink
Merge pull request #9 from yonas/patch-1
Browse files Browse the repository at this point in the history
Fix API path in README.md
  • Loading branch information
mrusme authored Jul 19, 2024
2 parents 95c0dfc + 064386f commit 354b21a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ that Journalist creates automatically (default login: `admin`:`admin`).
First, make sure to export `JOURNALIST_API_URL` in the current terminal session:

```sh
$ export JOURNALIST_API_URL="http://127.0.0.1:8000/api"
$ export JOURNALIST_API_URL="http://127.0.0.1:8000/api/v1"
```

Then, using [Redacteur](#redacteur), a new user can be added like this:
Expand Down

0 comments on commit 354b21a

Please # to comment.