remove forgotten nonexistant endpoint

This commit is contained in:
2025-07-17 20:24:27 +02:00
parent 7d1a7a2b87
commit d51e48407a
@@ -13,7 +13,6 @@ public class HandlerKernel implements HttpHandler {
private final Set<EndpointHandler> handlers = new HashSet<>();
public HandlerKernel() {
handlers.add(new MainEndpoint());
handlers.add(new GetDiscordInviteByGuildId());
}