Skip to content

Commit

Permalink
Remove unneccesary words in annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewcell committed Aug 17, 2023
1 parent 10a4820 commit e7da34c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/webapi/controller/Account.kt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import java.time.format.DateTimeFormatter
import java.time.format.DateTimeParseException
import java.util.*

@kotlinx.serialization.Serializable
@Serializable
data class RegisterRequest(
val email: String,
val password: String,
Expand Down
4 changes: 4 additions & 0 deletions src/main/kotlin/webapi/controller/AdminSearch.kt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package webapi.controller

class AdminSearch {
}

0 comments on commit e7da34c

Please sign in to comment.