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