Skip to content

Commit

Permalink
GH-458 Simplify Maven domain
Browse files Browse the repository at this point in the history
  • Loading branch information
dzikoysk committed Jul 6, 2021
1 parent 6296471 commit 9fad43f
Show file tree
Hide file tree
Showing 10 changed files with 371 additions and 482 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ internal class PostAuthHandler : Routes {
if (ctx.status() == HttpCode.UNAUTHORIZED.status) {
ctx.header(WWW_AUTHENTICATE, WWW_BASIC_REALM)
}

context.logger.info("Lookup API ${context.uri} from ${context.address}")
}

override val routes = setOf(realmDescription)
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 9fad43f

Please sign in to comment.