mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
vweb: print address of the app
This commit is contained in:
parent
1202631fa6
commit
8bb41d2de5
@ -70,6 +70,7 @@ $html
|
||||
}
|
||||
|
||||
pub fn run<T>(port int) {
|
||||
println('Running vweb app on http://localhost:$port ...')
|
||||
l := net.listen(port) or { panic('failed to listen') return }
|
||||
for {
|
||||
conn := l.accept() or {
|
||||
|
Loading…
Reference in New Issue
Block a user