46
This commit is contained in:
7
src/view.v
Normal file
7
src/view.v
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
module main
|
||||||
|
|
||||||
|
import vweb
|
||||||
|
|
||||||
|
pub fn (mut app App) signup() vweb.Result{
|
||||||
|
return $vweb.html()
|
||||||
|
}
|
0
src/view_api.v
Normal file
0
src/view_api.v
Normal file
Reference in New Issue
Block a user