1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-18 18:37:05 +00:00

Merge branch 'master' into v11.2.0

Former-commit-id: 889380e7eb07c54f159095b617460bdd8dea6251
This commit is contained in:
Gerasimos (Makis) Maropoulos
2019-07-23 19:36:00 +03:00
committed by GitHub

View File

@@ -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"))
}