Failing build

This commit is contained in:
2024-06-26 10:30:26 +02:00
parent f4a5d0a75b
commit 2cb2a0119c
6 changed files with 23 additions and 38 deletions

View File

@@ -12,5 +12,4 @@ object RequestHandler : HttpHandler {
override fun handleRequest(exchange: HttpServerExchange) {
resourceHandler.handleRequest(exchange)
}
}