update to vibe-d version 0.8.0

This commit is contained in:
Johannes Loher 2017-08-08 01:53:53 +02:00
parent 989e222b71
commit 8473bc1930
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
"Johannes Loher" "Johannes Loher"
], ],
"dependencies": { "dependencies": {
"vibe-d": "~>0.7.30", "vibe-d": "~>0.8.0",
"poodinis": "~>8.0.0" "poodinis": "~>8.0.0"
}, },
"description": "A simple webapplication to edit and view calendar entries", "description": "A simple webapplication to edit and view calendar entries",

View file

@ -22,7 +22,7 @@ import vibe.web.web : errorDisplay, noRoute, redirect, render, SessionVar,
@requiresAuth class CalendarWebapp @requiresAuth class CalendarWebapp
{ {
@noRoute AuthInfo authenticate(scope HTTPServerRequest req, scope HTTPServerResponse res) @noRoute AuthInfo authenticate(scope HTTPServerRequest req, scope HTTPServerResponse res) @trusted
{ {
if (!req.session || !req.session.isKeySet("auth")) if (!req.session || !req.session.isKeySet("auth"))
{ {