Fix docs issue

This commit is contained in:
James Agnew 2019-09-27 16:57:14 -04:00
parent 27c637b8d7
commit 663431f571
1 changed files with 3 additions and 1 deletions

View File

@ -90,5 +90,7 @@ In your web.xml file (within the WEB-INF directory in your WAR file), the follow
<filter-mapping>
<filter-name>CORS Filter</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>]]></source>
</filter-mapping>
```