Skip to content

Commit

Permalink
Use the new ingest endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
OrdiNeu committed Dec 19, 2024
1 parent 1140b45 commit f20be52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/pages/authentication/AuthCheck.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit f20be52

Please sign in to comment.