Skip to content

Commit dc3baea

Browse files
authored
Fix TODOIST_WEB_URI const
1 parent 0bed211 commit dc3baea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/consts/endpoints.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const BASE_URI = 'https://api.todoist.com'
22
const TODOIST_URI = 'https://todoist.com'
3-
export const TODOIST_WEB_URI = 'https://app/todoist.com/app'
3+
export const TODOIST_WEB_URI = 'https://app.todoist.com/app'
44

55
// The API version is not configurable, to ensure
66
// compatibility between the API and the client.

0 commit comments

Comments
 (0)