Skip to content

Commit

Permalink
Merge pull request #17 from pyrosmiley/master
Browse files Browse the repository at this point in the history
Fixed Todoist API URL as per @baz4096 fix in issue #16
  • Loading branch information
cbrooker committed Oct 13, 2017
2 parents d741f7e + a92d2e0 commit 738539b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MMM-Todoist.js
Expand Up @@ -25,7 +25,7 @@ Module.register("MMM-Todoist", {

//This has been designed to use the Todoist Sync API.
apiVersion: "v7",
apiBase: "https://todoist.com/API",
apiBase: "https://todoist.com/api",
todoistEndpoint: "sync",
todoistResourceType: '["items", "projects"]'

Expand Down

0 comments on commit 738539b

Please sign in to comment.