Skip to content

Commit

Permalink
GH-552 Support logging to the dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
dzikoysk committed Aug 21, 2021
1 parent df029e6 commit 626755c
Show file tree
Hide file tree
Showing 26 changed files with 5,645 additions and 219 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ internal class MavenEndpoint(private val mavenFacade: MavenFacade) : ReposiliteR
)
private val findVersions = ReposiliteRoute("/api/maven/versions/{repository}/<gav>", GET) {
accessed {
val int = ctx.pathParamAsClass<Int>("value")
response = mavenFacade.findVersions(LookupRequest(parameter("repository"), parameter("gav"), this?.accessToken))
}
}
Expand Down

This file was deleted.

Loading

0 comments on commit 626755c

Please sign in to comment.