Skip to content

Commit

Permalink
one more patch
Browse files Browse the repository at this point in the history
  • Loading branch information
adRn-s committed Nov 20, 2023
1 parent 09c5d0c commit 34bd256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/dutiesView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ export default {
},
async getUsers() {
await axiosRef
.get("http://localhost:9980/api/duties/responsibles/")
.get(urlPart[0] + "/api/duties/responsibles/")
.then((response) => {
let userList = getProp(response, "data", []);
this.userList = userList;
Expand Down

0 comments on commit 34bd256

Please sign in to comment.