Minor fixes

Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
This commit is contained in:
Rahul Rudragoudar 2019-06-03 13:26:08 +05:30
parent 604c873649
commit fc48a1924a
No known key found for this signature in database
GPG Key ID: EC2AAF721D545305

View File

@ -154,6 +154,7 @@ case class Size(height: Int, width: Int)
case class Parameters(level: String, media: String, input_type: String, size: Option[Size])
case class Id(id: String)
case class Answer(answer: String, id: String)
case class Secret(token: Int)
class Server(port: Int){
val captcha = new Captcha(0)