@lucidcms/core
Version:
The core of the Lucid CMS. It's responsible for spinning up the API and serving the CMS.
1 lines • 547 B
Source Map (JSON)
{"version":3,"file":"locales.routes.mjs","names":["getAll"],"sources":["../../../../../../../src/libs/http/routes/api/v1/client/locales.routes.ts"],"sourcesContent":["import { Hono } from \"hono\";\nimport type { LucidHonoGeneric } from \"../../../../../../types/hono.js\";\nimport getAll from \"../../../../controllers/locales/client/get-all.js\";\n\nconst clientLocalesRoutes = new Hono<LucidHonoGeneric>().get(\"/\", ...getAll);\n\nexport default clientLocalesRoutes;\n"],"mappings":"8FAIA,MAAM,EAAsB,IAAI,EAAuB,CAAC,CAAC,IAAI,IAAK,GAAGA,CAAM"}