From 2c389376bdb14ce3ee11c8c0080f73ff0efa9f95 Mon Sep 17 00:00:00 2001 From: libexi01 Date: Sat, 29 Jun 2024 22:08:45 +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 caea359..0a85d18 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