Skip to content

Commit 648f850

Browse files
committed
Added missing annotation.
1 parent dc63be2 commit 648f850

File tree

1 file changed

+1
-0
lines changed
  • src/main/kotlin/ch/pontius/swissqr/api/model/config

1 file changed

+1
-0
lines changed

src/main/kotlin/ch/pontius/swissqr/api/model/config/Config.kt

+1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ data class Config(
2121
val data: Path = Paths.get("./data"),
2222

2323
/** Path to a custom Log4j2 config file (XML). Defaults to null! */
24+
@Serializable(with = PathSerializer::class)
2425
val logConfig: Path? = null
2526
)

0 commit comments

Comments
 (0)