Skip to content

Commit 06a2f47

Browse files
author
Jevgeni Koltšin
committed
default X-Source header
1 parent 54f9834 commit 06a2f47

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/main/java/com/creatubbles/api/core/CreatubblesRequest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
import java.util.concurrent.Future;
1515

1616
public abstract class CreatubblesRequest<T extends CreatubblesResponse> {
17-
private String endPoint, acceptLanguage, xSource, data;
17+
private String endPoint, acceptLanguage, data;
18+
private String xSource = "mc-mod";
1819
private HttpMethod httpMethod;
1920
private Map<String, String> urlParameters;
2021
private Response response;

0 commit comments

Comments
 (0)