This commit is contained in:
2025-08-21 09:49:25 +02:00
parent c0339a0922
commit 17cdfd8a0d

View File

@@ -46,7 +46,7 @@ pub fn start(args WebArgs) !{
menu: args.menu,
port: args.port
}
veb.run[App, Context](mut app, app.port)!
veb.run[App, Context](mut app, app.port)
}
// Routes