mirror of
https://github.com/kataras/iris.git
synced 2026-01-26 13:25:56 +00:00
minor: docs: indentation
This commit is contained in:
@@ -92,7 +92,7 @@ type (
|
|||||||
// HandleErrorFunc(func(ctx iris.Context, err error) {
|
// HandleErrorFunc(func(ctx iris.Context, err error) {
|
||||||
// errors.FailedPrecondition.Err(ctx, err)
|
// errors.FailedPrecondition.Err(ctx, err)
|
||||||
// }).
|
// }).
|
||||||
// ExtractOriginFunc(cors.StrictOriginExtractor).
|
// ExtractOriginFunc(cors.StrictOriginExtractor).
|
||||||
// ReferrerPolicy(cors.NoReferrerWhenDowngrade).
|
// ReferrerPolicy(cors.NoReferrerWhenDowngrade).
|
||||||
// AllowOrigin("domain1.com,domain2.com,domain3.com").
|
// AllowOrigin("domain1.com,domain2.com,domain3.com").
|
||||||
// Handler())
|
// Handler())
|
||||||
|
|||||||
Reference in New Issue
Block a user