@lucidcms/core
Version:
The core of the Lucid CMS. It's responsible for spinning up the API and serving the CMS.
2 lines • 362 B
JavaScript
import e from"../../../controllers/settings/clear-kv.mjs";import t from"../../../controllers/settings/get-settings.mjs";import n from"../../../controllers/settings/update-system-alerts.mjs";import{Hono as r}from"hono";const i=new r().get(`/`,...t).patch(`/system-alerts`,...n).delete(`/kv`,...e);export{i as default};
//# sourceMappingURL=settings.routes.mjs.map