Skip to content

Commit

Permalink
see last commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
kuylar authored Jun 4, 2024
1 parent 2bc5fa3 commit 4cde615
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ class InstanceInfo (
val type: String,
val version: String,
@JsonAdapter(MotdDeserializer::class) val motd: List<String>,
val allowsAPI: Boolean,
val allowsApi: Boolean,
val allowsNewUsers: Boolean,
val allowsOauthApi: Boolean,
val allowsThirdPartyProxyUsage: Boolean
)
)

0 comments on commit 4cde615

Please sign in to comment.