fix: url required issue.

This commit is contained in:
aminecmi
2023-03-03 20:39:33 +01:00
parent f28cb759df
commit f72ef2f5d4
2 changed files with 2 additions and 2 deletions
@@ -76,7 +76,7 @@ class SelfossModel {
)
@Serializable
data class SourceParams(
val url: String?
val url: String? = null
)
@Serializable
data class Item(
Internal Server Error - Amine's git
500 Internal Server Error

Gitea Version: 1.28.0+dev-210-gd87d26d735