1
0
mirror of https://github.com/labstack/echo.git synced 2025-03-25 21:38:56 +02:00

Updated comment. (#1245)

This commit is contained in:
Aimee LaPlant 2019-01-09 18:15:33 -05:00 committed by Vishal Rana
parent 1481763035
commit 2195bd3670

View File

@ -24,7 +24,7 @@ type (
AllowMethods []string `yaml:"allow_methods"`
// AllowHeaders defines a list of request headers that can be used when
// making the actual request. This in response to a preflight request.
// making the actual request. This is in response to a preflight request.
// Optional. Default value []string{}.
AllowHeaders []string `yaml:"allow_headers"`