Rename RedrawableHTML, remove File API rate limite and fix pull job transaction.

This commit is contained in:
Clément Pons
2026-01-27 17:13:40 +01:00
parent e9a892076d
commit a412116b9c
14 changed files with 153 additions and 117 deletions

View File

@@ -178,6 +178,11 @@ export default defineNuxtConfig({
tokensPerInterval: 1
},
}
},
'/api/file/**': {
security: {
rateLimiter: false,
}
}
},
security: {