Skip to content

Commit 2f0f672

Browse files
committed
show multiple endpoints in README
1 parent 31bc5d7 commit 2f0f672

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ You also need to update your `web.xml`. Simply replace all instances of
4848
<servlet-class>com.google.api.server.spi.EndpointsServlet</servlet-class>
4949
<init-param>
5050
<param-name>services</param-name>
51-
<param-value>com.example.YourEndpoint</param-value>
51+
<param-value>com.example.Endpoint1,com.example.Endpoint2</param-value>
5252
</init-param>
5353
<init-param>
5454
<param-name>restricted</param-name>

0 commit comments

Comments
 (0)