Fix annotation describe (#1819)

This commit is contained in:
Daniel (Shijun) Qian 2017-12-14 01:29:41 +08:00 committed by Manuel Alejandro de Brito Fontes
parent 417a2ed015
commit d744c2eba7
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@ type Config struct {
SSLRedirect bool `json:"sslRedirect"`
// ForceSSLRedirect indicates if the location section is accessible SSL only
ForceSSLRedirect bool `json:"forceSSLRedirect"`
// AppRoot defines the Application Root that the Controller must redirect if it's not in '/' context
// AppRoot defines the Application Root that the Controller must redirect if it's in '/' context
AppRoot string `json:"appRoot"`
}