Skip to content

Commit

Permalink
Merge pull request #1687 from google/issue_1686
Browse files Browse the repository at this point in the history
Fix #1686 csSearch removal
  • Loading branch information
BobEvans authored Dec 12, 2023
2 parents e41fe07 + 598b7b9 commit ba08094
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Paco-Server/ear/default/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@
<url-pattern>/eventbloburl</url-pattern>
</servlet-mapping>

<servlet>
<!-- <servlet>
<servlet-name>ServerSearchServlet</servlet-name>
<servlet-class>com.google.sampling.experiential.server.CloudSqlSearchServlet</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>ServerSearchServlet</servlet-name>
<url-pattern>/csSearch</url-pattern>
</servlet-mapping>

-->
<servlet>
<servlet-name>usageServlet</servlet-name>
<servlet-class>com.google.sampling.experiential.server.UsageServlet</servlet-class>
Expand Down

0 comments on commit ba08094

Please sign in to comment.