From 0be40cb1631a99773619e4c8971c8c3e6d243afe Mon Sep 17 00:00:00 2001 From: John McBride Date: Wed, 24 Jan 2024 12:42:02 -0700 Subject: [PATCH] feat: Update API docs to v2 Signed-off-by: John McBride --- docs/contributing/set-up-authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/set-up-authentication.md b/docs/contributing/set-up-authentication.md index 4eff7d07..59ebafab 100644 --- a/docs/contributing/set-up-authentication.md +++ b/docs/contributing/set-up-authentication.md @@ -26,7 +26,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: {