This commit is contained in:
myairpods6 2024-06-20 02:22:42 +05:30
parent c57e3fa67c
commit 2305c507b8

8
src/about_view.v Normal file
View file

@ -0,0 +1,8 @@
module main
import vweb
@['/about']
pub fn (mut app App) about() vweb.Result{
return $vweb.html()
}