remove forgotten nonexistant endpoint
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user