stopped sending config unless asked in default url
This commit is contained in:
parent
588079375e
commit
7cc2e6d9e8
1 changed files with 3 additions and 3 deletions
|
@ -50,8 +50,8 @@ type Response struct {
|
|||
ContentType string `json:"content_type"`
|
||||
Message string `json:"message"`
|
||||
Content map[string]interface{} `json:"content"`
|
||||
Config Config
|
||||
Email string
|
||||
Config Config `json:"_"`
|
||||
Email string `json:"_"`
|
||||
}
|
||||
type MSAutodiscoverJSONResponse struct {
|
||||
// More work to do - handling of MS Autodiscover.json requests
|
||||
|
|
Loading…
Reference in a new issue