Don't need this

This commit is contained in:
swag 2022-01-04 23:32:47 -05:00
parent 2af783940a
commit 1d91bd3677

View File

@ -114,7 +114,6 @@ app->message->max_posts(app->config->{'max_posts'})
app->pg->migrations->from_dir('migrations')->migrate(7);
app->asset->store->paths(['assets']);
app->asset->process('swagg.css', 'css/swagg.css');
app->start();