Skip to content

Commit

Permalink
feat: use new api url (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
AuHau authored Mar 20, 2021
1 parent c714ea2 commit 9f659f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions toggl/toggl.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

from toggl import cli

TOGGL_URL = "https://www.toggl.com/api/v8"
REPORTS_URL = "https://toggl.com/reports/api/v2"
WEB_CLIENT_ADDRESS = "https://www.toggl.com/app/"
TOGGL_URL = "https://api.track.toggl.com/api/v8"
REPORTS_URL = "https://api.track.toggl.com/reports/api/v2"
WEB_CLIENT_ADDRESS = "https://track.toggl.com/"


def main(args=None):
Expand Down

0 comments on commit 9f659f8

Please sign in to comment.