vweb: remove the broken test for now
parent
287ab1ffb0
commit
89d0b75311
|
@ -23,9 +23,11 @@ pub fn (app mut App) json_endpoint() {
|
||||||
app.vweb.json('{"a": 3}')
|
app.vweb.json('{"a": 3}')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
pub fn (app mut App) index() {
|
pub fn (app mut App) index() {
|
||||||
$vweb.html()
|
$vweb.html()
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
pub fn (app mut App) text() {
|
pub fn (app mut App) text() {
|
||||||
app.vweb.text('hello world')
|
app.vweb.text('hello world')
|
||||||
|
|
Loading…
Reference in New Issue