vweb: fix headers and cookies

This commit is contained in:
Alexander Medvednikov 2019-12-07 00:44:22 +03:00
parent cc834dd7a7
commit 329485d4b6
3 changed files with 33 additions and 9 deletions

View file

@ -27,8 +27,7 @@ pub fn (app & App) json_endpoint() {
}
pub fn (app mut App) index() {
app.cnt ++
app.cnt++
$vweb.html()
}