/ShowSensors_Application_graph Secret
Created
January 11, 2015 10:37
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 認証付きグラフページを返す | |
// 対応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