Update plugins/scaffolder-backend/src/service/router.ts
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -148,7 +148,7 @@ export async function createRouter(
|
||||
options: RouterOptions,
|
||||
): Promise<express.Router> {
|
||||
const router = Router();
|
||||
// Be generous in upload size to support a wide rande of templates in dry-run mode.
|
||||
// Be generous in upload size to support a wide range of templates in dry-run mode.
|
||||
router.use(express.json({ limit: '10MB' }));
|
||||
|
||||
const {
|
||||
|
||||
Reference in New Issue
Block a user