feat: render our new main template

This commit is contained in:
2025-12-28 17:37:43 +01:00
parent 6ce43f4608
commit d9b05bab33

View File

@@ -60,9 +60,7 @@ sub startup {
$r->get('/')->to(
cb => sub {
my $c = shift;
$c->render(
json => { status => 'hello from urupam', service => 'urupam' }
);
$c->render( template => 'index' );
}
);