Skip to content

Commit

Permalink
api in url path
Browse files Browse the repository at this point in the history
  • Loading branch information
sy1vi3 committed Mar 24, 2024
1 parent 5a4582d commit 2981fbe
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 @@ -22,7 +22,7 @@ in your Dragonite config, add:

```toml
[general]
remote_auth_url = "http://xilriws:<port>/v1/login-code"
remote_auth_url = "http://xilriws:<port>/api/v1/login-code"
```

this assumes you have everything in the same docker network. if you're hosting it externally, change the `xilriws` hostname to
Expand Down

0 comments on commit 2981fbe

Please sign in to comment.