From c3d2ed9a7a4adda5d7dab83ee007d79a930d3a31 Mon Sep 17 00:00:00 2001 From: libexi01 Date: Sun, 30 Jun 2024 01:25:29 +0530 Subject: [PATCH] 25 --- src/controller.v | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/controller.v 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