Skip to content

Commit

Permalink
Routing for get task content api
Browse files Browse the repository at this point in the history
  • Loading branch information
lucatacconi committed Feb 27, 2024
1 parent 02fa561 commit 4414823
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/shareds/EditTask.vue
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ module.exports = {
if(this.origin=='archived'){
dest = '/task-archive/';
}
if(this.origin=='linted'){
dest = '/task/draft';
}
Utils.apiCall("get", dest, params)
.then(function (response) {
Expand Down

0 comments on commit 4414823

Please sign in to comment.