solution: access log api version

This commit is contained in:
Igor Artamonov
2021-07-19 21:58:17 -04:00
parent cd9087a425
commit 9e49b0e13d

View File

@@ -31,6 +31,7 @@ class Events {
val id: UUID,
val method: String
) {
val version = "accesslog/v1beta"
val ts = Instant.now()
}