This commit is contained in:
2024-06-29 22:34:40 +05:30
parent 367fd27eef
commit 17027b3033
12 changed files with 0 additions and 170 deletions

View File

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