Removing config load.

This commit is contained in:
sergiotarxz 2022-11-09 13:33:37 +01:00
parent 605f3f7f97
commit c594ee5ce6
1 changed files with 0 additions and 6 deletions

View File

@ -4,12 +4,6 @@ use Mojo::Base 'Mojolicious', -signatures;
# This method will run once at server start
sub startup ($self) {
# Load configuration from config file
my $config = $self->plugin('NotYAMLConfig');
# Configure the application
$self->secrets($config->{secrets});
# Router
my $r = $self->routes;