Skip to content

Commit

Permalink
fix(web): update api endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
rhahao authored Nov 27, 2024
1 parent 55a3f99 commit 74afff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Startup.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const Startup = () => {
}

if (res.status === 403) {
const res = await fetch(`${apiHost}user-login`, {
const res = await fetch(`${apiHost}api/v2/user-login`, {
signal: abortCont.signal,
method: 'POST',
headers: {
Expand Down

0 comments on commit 74afff9

Please sign in to comment.