This commit is contained in:
2025-05-16 02:36:37 +08:00
parent c049fb1d8a
commit 11e65d99ba
1 file changed
+1 -1
@@ -31,7 +31,7 @@ class PastebinCommand : BaseCommand() {
"$API_RTAST_URL/api/pastebin", pastebinPayload.toJson(),
params = mapOf("key" to configManager.apiRtastKey)
)
return "$PBI_API_URL/-/${response.id}"
return "https://api.rtast.cn/-/${response.id}"
}
}