This commit is contained in:
2024-06-30 01:25:29 +05:30
parent 60f1170234
commit c3d2ed9a7a

8
src/controller.v Normal file
View File

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