UNPKG

@lucidcms/core

Version:

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

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