Skip to content

Commit

Permalink
Fix 1686 csSearch removal
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob committed Dec 12, 2023
1 parent e41fe07 commit 598b7b9
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 598b7b9

Please sign in to comment.