Skip to content

Commit

Permalink
Fix veb example file_transform port typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Semenyuk committed Oct 13, 2024
1 parent 209c30f commit 1417acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/veb/file_transform/file_transform.v
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pub struct App {

fn main() {
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 {
Expand Down

0 comments on commit 1417acf

Please sign in to comment.