summaryrefslogtreecommitdiff
path: root/cask/test
diff options
context:
space:
mode:
Diffstat (limited to 'cask/test')
-rw-r--r--cask/test/src/test/cask/FormJsonPost.scala2
1 files changed, 0 insertions, 2 deletions
diff --git a/cask/test/src/test/cask/FormJsonPost.scala b/cask/test/src/test/cask/FormJsonPost.scala
index 3679286..2874a52 100644
--- a/cask/test/src/test/cask/FormJsonPost.scala
+++ b/cask/test/src/test/cask/FormJsonPost.scala
@@ -5,9 +5,7 @@ import io.undertow.server.HttpServerExchange
object FormJsonPost extends cask.MainRoutes{
@cask.postJson("/json")
-// @db.validateUser()
def jsonEndpoint(x: HttpServerExchange, value1: ujson.Js.Value, value2: Seq[Int]) = {
-// (user: db.User) = {
"OK " + value1 + " " + value2
}