This commit is contained in:
regiostech 2016-04-21 21:44:59 -04:00
parent f993155c04
commit 608a8f3641
2 changed files with 2 additions and 2 deletions

View file

@ -54,7 +54,7 @@ class Angel extends Routable {
null);
ResponseContext res = await ResponseContext.from(
request.response, this);
on404(req, res);
on404(req, res..status(404));
_finalizeResponse(request, res);
});

View file

@ -1,5 +1,5 @@
name: angel_framework
version: 0.0.0-dev.2
version: 0.0.0-dev.3
description: Core libraries for the Angel framework.
author: Tobe O <thosakwe@gmail.com>
homepage: https://github.com/angel-dart/angel_framework