mirror of https://github.com/hashicorp/consul
website: fix typo in connect example (#4774)
parent
6b487f80ff
commit
59f9d5ccd1
|
@ -60,7 +60,7 @@ func main() {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Serve!
|
// Serve!
|
||||||
server.ListenAndServerTLS("", "")
|
server.ListenAndServeTLS("", "")
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue