Skip to content

Commit

Permalink
fix: add missing / in listAccess request
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuseduardomedeiros committed Dec 2, 2024
1 parent 1977cbf commit 59a08af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/api/resources/chats/flowsTrigger.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default {
},

async listAccess() {
const response = await http.get(`/project/${getProject()}/list_access`);
const response = await http.get(`/project/${getProject()}/list_access/`);
return response.data;
},

Expand Down

0 comments on commit 59a08af

Please sign in to comment.