added example autodiscover.json request for later work
This commit is contained in:
parent
aaaa6b909d
commit
4fa86d82f0
1 changed files with 2 additions and 0 deletions
|
@ -64,6 +64,8 @@ func MsAutoDiscoverXML() string {
|
||||||
return result.String()
|
return result.String()
|
||||||
}
|
}
|
||||||
func MsAutoDiscoverJSON() string {
|
func MsAutoDiscoverJSON() string {
|
||||||
|
// Example Request
|
||||||
|
// /autodiscover/autodiscover.json?Email=you@your.domain&Protocol=Autodiscoverv1&RedirectCount=1
|
||||||
return ""
|
return ""
|
||||||
}
|
}
|
||||||
func DefaultResponse() string {
|
func DefaultResponse() string {
|
||||||
|
|
Loading…
Reference in a new issue