Skip to content

Commit

Permalink
fix: change path
Browse files Browse the repository at this point in the history
  • Loading branch information
alex karpovich committed Oct 8, 2024
1 parent 1154319 commit 3d0bd95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/services/api/login.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export function getTokenFromLocalStorage() {

export async function loginModeus(username, password) {
try {
return await axios.post(`${BACKEND_URL}/api/modeus/auth`, {username, password});
return await axios.post(`${BACKEND_URL}/api/netology/auth`, {username, password});
} catch (e) {
return e.response;
}
Expand Down

0 comments on commit 3d0bd95

Please sign in to comment.