Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Commit 5f14d96

Browse files
committed
feat: switched to new api uri
1 parent e68e564 commit 5f14d96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/rocketbase/toggl/report/TogglReportApiBuilder.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
@Getter(AccessLevel.PACKAGE)
77
public class TogglReportApiBuilder {
88

9-
public static final String TOGGLE_REPORT_API = "toggl.com/reports/api/v2";
9+
public static final String TOGGLE_REPORT_API = "api.track.toggl.com/reports/api/v2";
1010

1111
private String host = TOGGLE_REPORT_API;
1212
private String apiToken = null;

0 commit comments

Comments
 (0)