UNPKG

@lucidcms/core

Version:

The core of the Lucid CMS. It's responsible for spinning up the API and serving the CMS.

2 lines 268 B
import e from"../../../controllers/collections/get-all.mjs";import t from"../../../controllers/collections/get-single.mjs";import{Hono as n}from"hono";const r=new n().get(`/`,...e).get(`/:key`,...t);export{r as default}; //# sourceMappingURL=collections.routes.mjs.map