haha oopsie that's not supposed to be there yet

This commit is contained in:
flash 2023-10-14 23:10:20 +00:00
parent 6484118cca
commit 20d02abd5e

View file

@ -94,7 +94,6 @@ final class MakaiContext {
$routingCtx->register(new DeveloperRoutes($this->templating, $this->contacts, $this->projects));
$routingCtx->register(new AssetsRoutes($this->siteInfo));
$routingCtx->register(new Blog\BlogRoutes($this->templating, $this->contacts, $this->projects));
$routingCtx->register(new Whois\WhoisRoutes($this->templating, $this->csrfp));
$routingCtx->register(new SSHKeys\SSHKeysRoutes($this->sshKeys));
$routingCtx->register(new Tools\AsciiRoutes($this->templating));