This commit is contained in:
myairpods6 2024-06-29 01:21:33 +05:30
parent 72995ea50d
commit 43290181f5

View file

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