Added DELETE on cors.allowed.methods for a few missing nb bundles.
[controller.git] / opendaylight / samples / northbound / loadbalancer / src / main / resources / WEB-INF / web.xml
index ae2fce582ae34b9fc49c5a4c32381f1d83dfa25f..20529e90b4df3c06570852b4cff2bd81873882d8 100644 (file)
@@ -26,7 +26,7 @@
           </init-param>
           <init-param>
             <param-name>cors.allowed.methods</param-name>
-            <param-value>GET,POST,HEAD,OPTIONS,PUT</param-value>
+            <param-value>GET,POST,HEAD,OPTIONS,PUT,DELETE</param-value>
           </init-param>
           <init-param>
             <param-name>cors.allowed.headers</param-name>