Preview: convertRoutes.ts
Size: 120 B
/home/byroehnu/easepay.easetack.com/node_modules/@adminjs/express/src/convertRoutes.ts
export const convertToExpressRoute = (adminRoute: string): string =>
adminRoute.replace(/{/g, ":").replace(/}/g, "");
Directory Contents
Dirs: 2 × Files: 8