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