7 lines
91 B
V
7 lines
91 B
V
module main
|
|
|
|
import vweb
|
|
|
|
pub fn (mut app App) signup() vweb.Result{
|
|
return $vweb.html()
|
|
} |