add sub routes to backend app
in the shape of websocket and post \ get with receiving of some request model
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package industries.sunshine.planningpoker
|
||||
|
||||
object Requests {
|
||||
final case class LogIn(roomName: String, nickname: String, password: String)
|
||||
}
|
||||
Reference in New Issue
Block a user