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