Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aratan authored Sep 5, 2023
1 parent 1056be8 commit f3a2f78
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 @@ -55,7 +55,7 @@ Usage
curl http://localhost:8080/token
curl -X POST -H "Authorization: Bearer <token>" -H "Content-Type: application/json" -d '{"phrase": "Hello, world!"}' http://localhost:8080/job
curl -X POST -H "Authorization: Bearer <token>" -H "Content-Type: application/json" -d '''{"phrase": "Hola amigo"}''' http://localhost:8080/job
curl -H "Authorization: Bearer <token>" http://localhost:8080/job?job_id=<job_id>
Expand Down

0 comments on commit f3a2f78

Please sign in to comment.