feat(settings): add settings route and API updates\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -19,4 +19,5 @@ export default [
|
||||
route("jobs/:jobId", "routes/jobs/$jobId.tsx"),
|
||||
route("analyze", "routes/analyze.tsx"),
|
||||
route("analyze/:ticker", "routes/analyze.ticker.tsx"),
|
||||
route("settings", "routes/settings.tsx"),
|
||||
] satisfies RouteConfig;
|
||||
Reference in New Issue
Block a user