Skip to content

Commit

Permalink
Merge branch 'master' into v11.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kataras authored Jul 23, 2019
2 parents 31c9880 + 2693dab commit b79cd8f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion _examples/http-listening/listen-tls/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,4 @@ func main() {

// start the server (HTTPS) on port 443, this is a blocking func
app.Run(iris.TLS("127.0.0.1:443", "mycert.cert", "mykey.key"))

}

0 comments on commit b79cd8f

Please sign in to comment.