9 lines
118 B
V
9 lines
118 B
V
module main
|
|
|
|
import vweb
|
|
|
|
@['/student'; get]
|
|
pub fn (mut app App) student_view() vweb.Result {
|
|
|
|
return $vweb.html()
|
|
} |