aboutsummaryrefslogtreecommitdiff
path: root/template/java/snip-spark-post.java
blob: 95194b8456b034aae8d42578c957dec4f804cdda (plain)
1
2
3
4
5
6
7
post(new Route("/{{_cursor_}}") {
	@Override
	public Object handle(Request request, Response response) {
		String body = request.body();
		return body;
	}
});