diff --git a/src/controller.v b/src/controller.v new file mode 100644 index 0000000..caea359 --- /dev/null +++ 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