diff --git a/dashboard/backend/routes/integrations.py b/dashboard/backend/routes/integrations.py index 972cb049..3111eb4c 100644 --- a/dashboard/backend/routes/integrations.py +++ b/dashboard/backend/routes/integrations.py @@ -860,7 +860,7 @@ def fail(error: str) -> "tuple[object, int]": return fail("TODOIST_API_TOKEN não configurado") try: r = http.get( - "https://api.todoist.com/rest/v2/projects", + "https://api.todoist.com/api/v1/projects", headers={"Authorization": f"Bearer {token}"}, timeout=8, )