Skip to content

Commit 30ed8d4

Browse files
committed
Revert local testing diff
1 parent ebbd69b commit 30ed8d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paperweight-core/src/main/kotlin/io/papermc/paperweight/core/tasks/patchroulette/AbstractPatchRouletteTask.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ abstract class AbstractPatchRouletteTask : BaseTask() {
5454

5555
override fun init() {
5656
super.init()
57-
endpoint.convention("http://localhost:8080/api")
57+
endpoint.convention("https://patch-roulette.papermc.io/api")
5858
authToken.convention(providers.gradleProperty("paperweight.patch-roulette-token"))
5959
doNotTrackState("Run when requested")
6060
}

0 commit comments

Comments
 (0)