UNPKG

@lucidcms/core

Version:

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

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