Skip to content

Commit

Permalink
chore: rename AdminBro mention to AdminJS
Browse files Browse the repository at this point in the history
  • Loading branch information
dziraf authored Feb 11, 2022
1 parent 4940dc0 commit 1931b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/buildRouter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit 1931b69

Please sign in to comment.