From 89d0b75311d9228a7b6fa9f3f9f137f15ffe0d5a Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Tue, 13 Aug 2019 01:15:05 +0300 Subject: [PATCH] vweb: remove the broken test for now --- examples/vweb/test_app.v | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/vweb/test_app.v b/examples/vweb/test_app.v index 9af020aefe..65599620e7 100644 --- a/examples/vweb/test_app.v +++ b/examples/vweb/test_app.v @@ -23,9 +23,11 @@ pub fn (app mut App) json_endpoint() { app.vweb.json('{"a": 3}') } +/* pub fn (app mut App) index() { $vweb.html() } +*/ pub fn (app mut App) text() { app.vweb.text('hello world')