This website requires JavaScript.
Explore
Help
Register
Sign In
yujunjun
/
strapi
Watch
1
Star
0
Fork
0
You've already forked strapi
mirror of
https://github.com/strapi/strapi.git
synced
2025-07-15 13:02:42 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
strapi
/
packages
/
core
/
upload
/
index.js
8 lines
88 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Make lint stricter and fix the errors Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-10-27 11:27:17 +01:00
'use strict'
;
Fix/warn file too big (#8033) * handle fileTooBig errors Signed-off-by: Pierre Noël <petersg83@gmail.com> * add entityTooLarge error in provider plugins Signed-off-by: Pierre Noël <petersg83@gmail.com> * fix linter Signed-off-by: Pierre Noël <petersg83@gmail.com> * refacto Signed-off-by: Pierre Noël <petersg83@gmail.com> * Add better error message for 413 errors in ML Signed-off-by: soupette <cyril.lpz@gmail.com> * refacto Signed-off-by: Pierre Noël <petersg83@gmail.com> * refacto Signed-off-by: Pierre Noël <petersg83@gmail.com> Co-authored-by: soupette <cyril.lpz@gmail.com>
2020-09-29 12:00:25 +02:00
const
{
errors
}
=
require
(
'./errors'
)
;
module
.
exports
=
{
errors
,
}
;
Reference in New Issue
Copy Permalink