mirror of
https://github.com/Xevion/todoist-late-reset.git
synced 2025-12-06 03:16:47 -06:00
6 lines
71 B
Go
6 lines
71 B
Go
package api
|
|
|
|
var (
|
|
API_BASE_URL = "https://api.todoist.com/sync/v9"
|
|
)
|