This commit is contained in:
myairpods6 2024-06-20 16:12:22 +05:30
parent 2305c507b8
commit 5202d4e3b0

View file

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