UNPKG

@adminjs/express

Version:

This is an official AdminJS plugin which integrates it with Express.js framework

3 lines (2 loc) 120 B
export const convertToExpressRoute = (adminRoute: string): string => adminRoute.replace(/{/g, ":").replace(/}/g, "");