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: {