|
case HttpRequest(GET, Uri(_, _, Slash(Segment("json", Path.Empty)), _, _), _, _, _) =>
|
|
case HttpRequest(GET, Uri(_, _, Slash(Segment("json", Path.Empty)), _, _), _, _, _) =>
|
|
val json = JsObject("message" -> JsString("Hello, World!"))
|
|
val json = JsObject("message" -> JsString("Hello, World!"))
|