fixed sending message with attachments

This commit is contained in:
Alex
2026-04-09 18:55:12 -06:00
parent f3932b226d
commit 9b4aad0c36
10 changed files with 90 additions and 52 deletions

View File

@@ -55,3 +55,9 @@ logging:
com.petshop: ${LOG_LEVEL:INFO}
org.springframework.security: ${LOG_LEVEL_SECURITY:WARN}
org.springdoc.core.events.SpringDocAppInitializer: ERROR
jackson:
serialization:
write-dates-as-timestamps: false
deserialization:
fail-on-unknown-properties: false