Implements Hunt basic create and get, and adds field validation to controllers
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package net.halfbinary.scavengerhuntapi.model.request
|
||||
|
||||
enum class HuntStatus {
|
||||
UNSTARTED,
|
||||
ONGOING,
|
||||
CLOSED
|
||||
}
|
||||
Reference in New Issue
Block a user