fix image paths

This commit is contained in:
2026-04-14 00:11:07 -06:00
parent 168ebe94fc
commit 3c4743fa70
4 changed files with 41 additions and 9 deletions

View File

@@ -47,6 +47,10 @@ springdoc:
swagger-ui:
path: /swagger-ui
app:
upload:
base-dir: ${UPLOAD_BASE_DIR:uploads}
jwt:
secret: ${JWT_SECRET}
expiration: ${JWT_EXPIRATION:86400000}