Open Emeric54 opened 7 years ago
That would be nice to improve the error page design. You can find the source of this page in ressources/error.template.
ressources/error.template
If you want to play with this page in the context, you can use a simple application :
use Bailador; app.config.mode = 'development'; get '/' => sub { die 'argh !'; } baile;
That would be nice to improve the error page design. You can find the source of this page in
ressources/error.template
.If you want to play with this page in the context, you can use a simple application :