{"version":3,"file":"jobs.routes.mjs","names":["getMultiple","getSingle"],"sources":["../../../../../../src/libs/http/routes/api/v1/jobs.routes.ts"],"sourcesContent":["import { Hono } from \"hono\";\nimport type { LucidHonoGeneric } from \"../../../../../types/hono.js\";\nimport getMultiple from \"../../../controllers/jobs/get-multiple.js\";\nimport getSingle from \"../../../controllers/jobs/get-single.js\";\n\nconst jobsRoutes = new Hono<LucidHonoGeneric>()\n\t.get(\"/\", ...getMultiple)\n\t.get(\"/:id\", ...getSingle);\n\nexport default jobsRoutes;\n"],"mappings":"8IAKA,MAAM,EAAa,IAAI,EAAuB,CAAC,CAC7C,IAAI,IAAK,GAAGA,CAAW,CAAC,CACxB,IAAI,OAAQ,GAAGC,CAAS"}