multiple updates should use a different path
This commit is contained in:
parent
4da9123b07
commit
0010c00a0b
@ -59,7 +59,7 @@ public class RestApi {
|
||||
}
|
||||
|
||||
@POST
|
||||
@Path("/{botPath}")
|
||||
@Path("/{botPath}/multi")
|
||||
@Consumes(MediaType.APPLICATION_JSON)
|
||||
@Produces(MediaType.APPLICATION_JSON)
|
||||
public Response updatesReceived(@PathParam("botPath") String botPath, List<Update> updates) {
|
||||
|
Loading…
Reference in New Issue
Block a user