Skip to content

Commit

Permalink
Tasks: Fixed API path
Browse files Browse the repository at this point in the history
  • Loading branch information
gippy committed Oct 19, 2018
1 parent d6024d1 commit 62cc8dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import { checkParamOrThrow, pluckData, parseDateFields, catchNotFoundOrThrow } f
* @namespace tasks
*/

export const BASE_PATH = '/v2/tasks';
export const BASE_PATH = '/v2/actor-tasks';

const replaceSlashWithTilde = str => str.replace('/', '~');

Expand Down

0 comments on commit 62cc8dd

Please sign in to comment.