Skip to content

Commit

Permalink
feat: Update API docs to v2 (open-sauced#239)
Browse files Browse the repository at this point in the history
Signed-off-by: John McBride <[email protected]>
  • Loading branch information
jpmcb authored Jan 30, 2024
1 parent e7f27e4 commit de93e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributing/set-up-authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The following steps outline how to obtain an authentication token from the [hot.

```javascript
const response = await fetch(
"https://api.opensauced.pizza/v1/auth/session",
"https://api.opensauced.pizza/v2/auth/session",
{
method: "GET",
headers: {
Expand Down

0 comments on commit de93e7a

Please sign in to comment.