revert: error, we need it

This commit is contained in:
2025-12-24 18:14:00 +01:00
parent fd51393917
commit 990a471af4

View File

@@ -2,6 +2,9 @@
use strict;
use warnings;
use FindBin qw($Bin);
use lib "$Bin/../lib";
use Urupam::App;
my $app = Urupam::App->new();