diff --git a/src/controller.v b/src/controller.v index e69de29..caea359 100644 --- a/src/controller.v +++ b/src/controller.v @@ -0,0 +1,8 @@ +module main + +import vweb + +@[post] +pub fn (mut app App) signup() vweb.Result{ + return $vweb.html() +} \ No newline at end of file