feat(crawler): compute source updates dates
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
import { OpenAPIHono } from "@hono/zod-openapi";
|
||||
|
||||
import { articlesRouter } from "#api/rest/routers/articles";
|
||||
import { sourcesRouter } from "#api/rest/routers/sources";
|
||||
|
||||
const routers: OpenAPIHono = new OpenAPIHono();
|
||||
|
||||
routers.route("/articles", articlesRouter);
|
||||
routers.route("/sources", sourcesRouter);
|
||||
|
||||
export { routers };
|
||||
|
||||
Reference in New Issue
Block a user