Fixed issue #1406 - Exchange integration wizard fails if server does not support autodiscovery.

This commit is contained in:
Thorsten Eckel 2017-09-12 11:47:32 +02:00
parent ef38800bae
commit cb3506da03

View file

@ -13,7 +13,7 @@ class Integration::ExchangeController < ApplicationController
) )
{ {
endpoint: client.autodiscover.ews_url, endpoint: client.try(:autodiscover).try(:ews_url),
} }
end end
end end