Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
depocoder committed Oct 9, 2024
2 parents 6525b06 + 3d0bd95 commit ed90858
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 ed90858

Please sign in to comment.