Skip to content
Snippets Groups Projects
Commit bf6517ea authored by Felipe D'Abrantes's avatar Felipe D'Abrantes
Browse files

Add the Daily case class

parent 1ae36797
No related branches found
No related tags found
1 merge request!14Add endpoints to manage Dailies
package models
import org.bson.types.ObjectId
case class Daily(
id: Option[ObjectId],
userId: ObjectId,
questionId: ObjectId,
content: String,
likes: Int
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment