We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bed211 commit dc3baeaCopy full SHA for dc3baea
src/consts/endpoints.ts
@@ -1,6 +1,6 @@
1
const BASE_URI = 'https://api.todoist.com'
2
const TODOIST_URI = 'https://todoist.com'
3
-export const TODOIST_WEB_URI = 'https://app/todoist.com/app'
+export const TODOIST_WEB_URI = 'https://app.todoist.com/app'
4
5
// The API version is not configurable, to ensure
6
// compatibility between the API and the client.
0 commit comments