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:
@ -27,8 +27,7 @@ pub fn (app & App) json_endpoint() {
|
||||
}
|
||||
|
||||
pub fn (app mut App) index() {
|
||||
app.cnt ++
|
||||
|
||||
app.cnt++
|
||||
$vweb.html()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user