Skip to content

Commit

Permalink
Update CodeBergService.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
Jvr authored Mar 22, 2024
1 parent ae1873c commit f82ef10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ interface CodeBergService {
@GET("/repos/{user}/{repo}/releases")
suspend fun getReleases(
@Path("user") user: String,
@Path("repo") user: String,
@Path("repo") user: String
): List<CodeBergRelease>

}

0 comments on commit f82ef10

Please sign in to comment.