diff --git a/src/views/pages/authentication/AuthCheck.js b/src/views/pages/authentication/AuthCheck.js index 6d55b32..6b78cdd 100644 --- a/src/views/pages/authentication/AuthCheck.js +++ b/src/views/pages/authentication/AuthCheck.js @@ -19,7 +19,7 @@ function AuthCheck(props) { // Fire off the authorization check useEffect(() => { - fetch(`${INGEST_URL}/user/self_authorize`) + fetch(`${INGEST_URL}/user/me/authorize`) .then((request) => { if (request.ok) { return request.json();