@lucidcms/core
Version:
The core of the Lucid CMS. It's responsible for spinning up the API and serving the CMS.
2 lines • 330 B
JavaScript
import e from"../../../../controllers/documents/client/get-multiple.mjs";import t from"../../../../controllers/documents/client/get-single.mjs";import{Hono as n}from"hono";const r=new n().get(`/document/:collectionKey`,...t).get(`/documents/:collectionKey`,...e);export{r as default};
//# sourceMappingURL=documents.routes.mjs.map