From de93e7a940c62a2dfdce4d9fe8406117d5b46f57 Mon Sep 17 00:00:00 2001 From: John McBride Date: Tue, 30 Jan 2024 13:37:44 -0700 Subject: [PATCH] feat: Update API docs to v2 (#239) 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 dcb523b1..4af59c3b 100644 --- a/docs/contributing/set-up-authentication.md +++ b/docs/contributing/set-up-authentication.md @@ -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: {