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

Commit 526309d

Browse files
committed
feat: added option to change host
1 parent 62593df commit 526309d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

+5
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ public TogglReportApiBuilder userAgent(String userAgent) {
2525
return this;
2626
}
2727

28+
public TogglReportApiBuilder host(String host) {
29+
this.host = host;
30+
return this;
31+
}
32+
2833
/**
2934
* simple way to fix workspace
3035
*

0 commit comments

Comments
 (0)