Skip to content

Commit

Permalink
use example.com domain in example
Browse files Browse the repository at this point in the history
  • Loading branch information
dtenenba authored Aug 24, 2019
1 parent 288e819 commit 1c264bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ If you visit the endpoint in a web browser, you will see a Swagger front end tha
cURL example (replace `myusername` and `mypassword` with your username and password):

```
curl -X POST "https://motuz.fredhutch.org/api/auth/login/" \
curl -X POST "https://example.com/api/auth/login/" \
-H "accept: application/json" -H "Content-Type: application/json" \
-d "{ \"username\": \"myusername\", \"password\": \"mypassword\"}"
```
Expand Down Expand Up @@ -404,4 +404,4 @@ Additional temporary folders - ignore and do not commit
## Other resources

- [Server Recipes](docs/server-recipes.md)
- [Homepage of Rclone](https://rclone.org/) - the workhorse behind Motuz
- [Homepage of Rclone](https://rclone.org/) - the workhorse behind Motuz

0 comments on commit 1c264bc

Please sign in to comment.