Update plugins/scaffolder-backend/src/service/router.ts

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-09-26 19:33:43 +02:00
committed by GitHub
parent b681275e69
commit 4acad115c1
@@ -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 {