fixed sending message with attachments

This commit is contained in:
Alex
2026-04-09 18:55:12 -06:00
parent 872e3a27f1
commit b9b74d2447
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