Skip to content

Commit 853db2f

Browse files
committed
Add solutions to AuthorizedMimeTypes in CsmPlatformProperties to enhance file upload configuration.
1 parent fb82831 commit 853db2f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/kotlin/com/cosmotech/api/config/CsmPlatformProperties.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,8 @@ data class CsmPlatformProperties(
427427
data class AuthorizedMimeTypes(
428428
/** List of authorized mime types for workspace file upload */
429429
val workspaces: List<String> = emptyList(),
430+
/** List of authorized mime types for solution file upload */
431+
val solutions: List<String> = emptyList(),
430432
/** List of authorized mime types for dataset file upload */
431433
val datasets: List<String> = emptyList(),
432434
)

0 commit comments

Comments
 (0)