mirror of
https://github.com/vlang/v.git
synced 2025-09-13 09:25:45 -04:00
examples: fix veb example's file_transform port typo (#22511)
This commit is contained in:
parent
6064c6f210
commit
bb99f8b57c
@ -13,7 +13,7 @@ pub struct App {
|
|||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
mut app := &App{}
|
mut app := &App{}
|
||||||
veb.run[App, Context](mut app, 8080)
|
veb.run[App, Context](mut app, port)
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn (mut app App) index() veb.Result {
|
pub fn (mut app App) index() veb.Result {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user