diff --git a/app/routes.ts b/app/routes.ts index ee3d2ac..8940f64 100644 --- a/app/routes.ts +++ b/app/routes.ts @@ -10,7 +10,10 @@ export default [ route("api/analyze", "routes/api/analyze.ts"), route("api/stocks", "routes/api/stocks/index.ts"), route("api/stocks/most-actives", "routes/api/stocks/most-actives.ts"), + route("api/jobs", "routes/api/jobs/index.ts"), + route("api/jobs/:jobId", "routes/api/jobs/$jobId/index.ts"), route("stocks", "routes/stocks.tsx"), + route("stocks/:ticker", "routes/stocks.$ticker.tsx"), route("analyze", "routes/analyze.tsx"), route("analyze/:ticker", "routes/analyze.ticker.tsx"), ] satisfies RouteConfig; \ No newline at end of file