Revert "Git add CORS"

This reverts commit 5c201d40df.
This commit is contained in:
Paulo Gustavo Veiga 2022-03-06 21:27:06 -08:00
parent ffd976ffe5
commit d0a03ad2a3

View File

@ -22,11 +22,6 @@
<bean id="requestInterceptor" class="com.wisemapping.filter.RequestPropertiesInterceptor"/>
</mvc:interceptors>
<mvc:cors>
<mvc:mapping path="/**"
allowed-origins="https://app.wisemapping.com, https://static-app.wisemapping.com/"/>
</mvc:cors>
<bean id="exceptionHandlerResolver"
class="com.wisemapping.mail.NotifyingExceptionResolver">
<property name="defaultStatusCode" value="500"/>