Skip to content

Commit 035a0e2

Browse files
committed
add helpchat paster url prefix
1 parent 06ed2ca commit 035a0e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/maxgamer/quickshop/util/paste/HelpChatPastebinPaster.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public String pasteTheText(@NotNull String text) throws IOException {
4545
request.expectResponseCode(200, 201, 301, 302);
4646
String json = request.returnContent().asString("UTF-8");
4747
Response response = JsonUtil.getGson().fromJson(json, Response.class);
48-
return response.getKey();
48+
return "https://paste.helpch.at/" + response.getKey();
4949
}
5050

5151
@NoArgsConstructor

0 commit comments

Comments
 (0)