From 1931b697cacda290a1a4de0e1b92a9c6f95a27c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Dzi=C4=99gielewski?= Date: Fri, 11 Feb 2022 21:28:06 +0100 Subject: [PATCH] chore: rename AdminBro mention to AdminJS --- src/buildRouter.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/buildRouter.ts b/src/buildRouter.ts index a540233..e45e651 100644 --- a/src/buildRouter.ts +++ b/src/buildRouter.ts @@ -28,7 +28,7 @@ export const buildRouter = ( router.use(formidableMiddleware(formidableOptions)); routes.forEach((route) => { - // we have to change routes defined in AdminBro from {recordId} to :recordId + // we have to change routes defined in AdminJS from {recordId} to :recordId const expressPath = convertToExpressRoute(route.path); const handler: RequestHandler = async (req, res, next) => {