dev.3
This commit is contained in:
parent
f993155c04
commit
608a8f3641
2 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@ class Angel extends Routable {
|
||||||
null);
|
null);
|
||||||
ResponseContext res = await ResponseContext.from(
|
ResponseContext res = await ResponseContext.from(
|
||||||
request.response, this);
|
request.response, this);
|
||||||
on404(req, res);
|
on404(req, res..status(404));
|
||||||
_finalizeResponse(request, res);
|
_finalizeResponse(request, res);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: angel_framework
|
name: angel_framework
|
||||||
version: 0.0.0-dev.2
|
version: 0.0.0-dev.3
|
||||||
description: Core libraries for the Angel framework.
|
description: Core libraries for the Angel framework.
|
||||||
author: Tobe O <thosakwe@gmail.com>
|
author: Tobe O <thosakwe@gmail.com>
|
||||||
homepage: https://github.com/angel-dart/angel_framework
|
homepage: https://github.com/angel-dart/angel_framework
|
||||||
|
|
Loading…
Reference in a new issue