We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31bc5d7 commit 2f0f672Copy full SHA for 2f0f672
1 file changed
README.md
@@ -48,7 +48,7 @@ You also need to update your `web.xml`. Simply replace all instances of
48
<servlet-class>com.google.api.server.spi.EndpointsServlet</servlet-class>
49
<init-param>
50
<param-name>services</param-name>
51
- <param-value>com.example.YourEndpoint</param-value>
+ <param-value>com.example.Endpoint1,com.example.Endpoint2</param-value>
52
</init-param>
53
54
<param-name>restricted</param-name>
0 commit comments