minor: README

This commit is contained in:
kataras 2022-06-06 09:56:50 +03:00
parent 0372b95fb3
commit a794ee0a7a
No known key found for this signature in database
GPG Key ID: 403EEB7885C79503

View File

@ -158,7 +158,7 @@ import (
)
func main() {
app := iris.NewGuide().
iris.NewGuide().
AllowOrigin("*").
Compression(true).
Health(true, "development", "kataras").