mirror of
https://github.com/vlang/v.git
synced 2025-09-15 23:42:28 +03:00
vweb: fix headers and cookies
This commit is contained in:
parent
cc834dd7a7
commit
329485d4b6
3 changed files with 33 additions and 9 deletions
|
@ -27,8 +27,7 @@ pub fn (app & App) json_endpoint() {
|
|||
}
|
||||
|
||||
pub fn (app mut App) index() {
|
||||
app.cnt ++
|
||||
|
||||
app.cnt++
|
||||
$vweb.html()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue