Skip to content

Commit c823cd1

Browse files
Update crash report endpoint URL
The URL for the crash reporting worker has been changed from `https://crash-worker.wayne6324.workers.dev` to `https://crash.5646316.xyz`.
1 parent 18c8f9c commit c823cd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/com/github/droidworksstudio/mlauncher/CrashReportActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ class CrashReportActivity : AppCompatActivity() {
102102
put("stackTrace", exception)
103103
}.toString()
104104

105-
val url = URL("https://crash-worker.wayne6324.workers.dev")
105+
val url = URL("https://crash.5646316.xyz")
106106
val connection = url.openConnection() as HttpURLConnection
107107
connection.requestMethod = "POST"
108108
connection.setRequestProperty("Content-Type", "application/json; charset=UTF-8")

0 commit comments

Comments
 (0)