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