Files
4/src/students_view.v
2024-07-05 23:57:32 +05:30

9 lines
118 B
V

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