1
This commit is contained in:
9
src/students_view.v
Normal file
9
src/students_view.v
Normal file
@@ -0,0 +1,9 @@
|
||||
module main
|
||||
|
||||
import vweb
|
||||
|
||||
@['/student'; get]
|
||||
pub fn (mut app App) student_view() vweb.Result {
|
||||
|
||||
return $vweb.html()
|
||||
}
|
||||
Reference in New Issue
Block a user