@lucidcms/core
Version:
The core of the Lucid CMS. It's responsible for spinning up the API and serving the CMS.
2 lines • 463 B
JavaScript
import e from"../../../controllers/share/authorize-stream.mjs";import t from"../../../controllers/share/get-share-access.mjs";import n from"../../../controllers/share/request-download.mjs";import r from"../../../controllers/share/stream-media.mjs";import{Hono as i}from"hono";const a=new i().get(`/:token`,...t).get(`/:token/stream`,...r).post(`/:token/authorize`,...e).post(`/:token/download`,...n);export{a as default};
//# sourceMappingURL=share.routes.mjs.map