mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: run tutorial
This commit is contained in:
@@ -21,9 +21,6 @@ pub fn (mut app App) init_once() {
|
||||
app.handle_static('.')
|
||||
}
|
||||
|
||||
pub fn (mut app App) init() {
|
||||
}
|
||||
|
||||
pub fn (mut app App) json_endpoint() vweb.Result {
|
||||
return app.json('{"a": 3}')
|
||||
}
|
||||
|
Reference in New Issue
Block a user