mirror of
https://github.com/vlang/v.git
synced 2025-09-15 07:22:27 +03:00
examples: fix veb example's file_transform port typo (#22511)
This commit is contained in:
parent
6064c6f210
commit
bb99f8b57c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue