Skip to content

Instantly share code, notes, and snippets.

@TareObjects
Created January 11, 2015 10:37
// 認証付きグラフページを返す
// 対応Routes:
// GET /graph controllers.Application.graph()
@Security.Authenticated(Secured.class)
public static Result graph() {
return ok(graph.render("dummy"));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment