1
0
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:
Alexander Medvednikov
2021-01-01 20:25:49 +01:00
parent 40b8d9ca3d
commit 7bcc5afbb6
2 changed files with 5 additions and 3 deletions

View File

@@ -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}')
}