From 367fd27eef877237458f5bb8c27f45a5bbbddfcd Mon Sep 17 00:00:00 2001 From: libexi01 Date: Sat, 29 Jun 2024 22:12:47 +0530 Subject: [PATCH] 20 --- src/controller.v | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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