die frittenbude
This commit is contained in:
parent
4b7d5d9fb0
commit
7e9ba26a81
1 changed files with 2 additions and 1 deletions
|
@ -69,7 +69,8 @@ class Platinum : JavaPlugin() {
|
|||
runBlocking {
|
||||
val res = webClient.get("https://git.jansel.moe/") {
|
||||
url {
|
||||
path("/api/v1/repos/jreimers/platinum/commits?limit=1")
|
||||
path("/api/v1/repos/jreimers/platinum/commits")
|
||||
parameters.append("limit", "1")
|
||||
}
|
||||
}
|
||||
val apires: List<CommitApiResponse> = res.body()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue