Commit 7842b48e authored by Evan W. Patton's avatar Evan W. Patton Committed by Jeffrey I. Schiller

Remove unused routes from appengine-web.xml and web.xml

Change-Id: I978d87cdba5533298cae3c89870b213d917d472c
parent 9ec3c326
...@@ -32,9 +32,7 @@ ...@@ -32,9 +32,7 @@
<!-- These are not cached on purpose --> <!-- These are not cached on purpose -->
<include path="/ode/**.nocache.*" expiration="0s" /> <include path="/ode/**.nocache.*" expiration="0s" />
<include path="/blocklyframe.html" expiration="0s" />
<include path="/index.html" expiration="0s" /> <include path="/index.html" expiration="0s" />
<include path="/JSONGenerator/*" expiration="0s" />
<include path="/ode/**.cache.*" expiration="365d" /> <include path="/ode/**.cache.*" expiration="365d" />
<exclude path="/ode/**.gwt.rpc" /> <exclude path="/ode/**.gwt.rpc" />
......
...@@ -31,7 +31,6 @@ ...@@ -31,7 +31,6 @@
<url-pattern>/reference/*</url-pattern> <url-pattern>/reference/*</url-pattern>
<url-pattern>/learn/*</url-pattern> <url-pattern>/learn/*</url-pattern>
<url-pattern>/about/*</url-pattern> <url-pattern>/about/*</url-pattern>
<url-pattern>/forum/*</url-pattern>
<url-pattern>/b/*</url-pattern> <url-pattern>/b/*</url-pattern>
<url-pattern>/remote_api/*</url-pattern> <url-pattern>/remote_api/*</url-pattern>
</web-resource-collection> </web-resource-collection>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment