1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

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()
}