Skip to content

Commit

Permalink
Merge pull request #133 from MichiBaum/develop
Browse files Browse the repository at this point in the history
Bugfix jackson deserialize
  • Loading branch information
MichiBaum authored Jan 3, 2025
2 parents 0f917da + 26821bc commit 2fb2ff5
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
package com.michibaum.authentication_service.authentication

class AuthenticationDto(val username: String, val password: String)
data class AuthenticationDto(
val username: String,
val password: String
)

0 comments on commit 2fb2ff5

Please sign in to comment.