chore(medusa): default endpoints size limit (#9616)

This commit is contained in:
Carlos R. L. Rodrigues
2024-10-16 14:27:01 -03:00
committed by GitHub
parent e911c6aebf
commit 6a6c193042
6 changed files with 45 additions and 11 deletions
@@ -1,2 +1,4 @@
export { authenticate } from "./authenticate-middleware"
export { errorHandler } from "./error-handler"
export const DEFAULT_BATCH_ENDPOINTS_SIZE_LIMIT = "2mb"