Skip to content

Commit

Permalink
🐛 fix login url
Browse files Browse the repository at this point in the history
  • Loading branch information
moisout committed Sep 18, 2020
1 parent 4b9eb22 commit e40983d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/store/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const actions = {
login({ commit, dispatch, getters, rootState }, { username, password }) {
return this.$axios
.post(
`${rootState.environment.env.apiUrl}/api/auth/login`,
`${rootState.environment.env.apiUrl}auth/login`,
{
username,
password
Expand Down

0 comments on commit e40983d

Please sign in to comment.