{"version":3,"file":"index.mjs","names":[],"sources":["../../../../../src/libs/http/routes/cdn/index.ts"],"sourcesContent":["import { Hono } from \"hono\";\nimport type { LucidHonoGeneric } from \"../../../../types/hono.js\";\nimport streamSingleController from \"../../controllers/cdn/stream-single.js\";\n\nconst routes = new Hono<LucidHonoGeneric>().get(\n\t\"/:key{.+}\",\n\t...streamSingleController,\n);\n\nexport default routes;\n"],"mappings":"mFAIA,MAAM,EAAS,IAAI,EAAuB,CAAC,CAAC,IAC3C,YACA,GAAG,CACJ"}