From af4415e1ba2bc7c2d0ec7a6c9a1604e5050f0394 Mon Sep 17 00:00:00 2001 From: Rossen Stoyanchev Date: Mon, 25 Jul 2016 11:44:12 -0400 Subject: [PATCH] Move up CORS section The CORS section is now ahead of "Integrating with other web frameworks" and "WebSocket Support". --- src/asciidoc/web.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/asciidoc/web.adoc b/src/asciidoc/web.adoc index 9b88356a02..380934cc41 100644 --- a/src/asciidoc/web.adoc +++ b/src/asciidoc/web.adoc @@ -24,8 +24,8 @@ include::web-mvc.adoc[leveloffset=+1] include::web-view.adoc[leveloffset=+1] +include::web-cors.adoc[leveloffset=+1] + include::web-integration.adoc[leveloffset=+1] include::web-websocket.adoc[leveloffset=+1] - -include::web-cors.adoc[leveloffset=+1]