feat: render our new main template
This commit is contained in:
@@ -60,9 +60,7 @@ sub startup {
|
|||||||
$r->get('/')->to(
|
$r->get('/')->to(
|
||||||
cb => sub {
|
cb => sub {
|
||||||
my $c = shift;
|
my $c = shift;
|
||||||
$c->render(
|
$c->render( template => 'index' );
|
||||||
json => { status => 'hello from urupam', service => 'urupam' }
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user