style: update analyze API to use JSON body

This commit is contained in:
2026-05-14 08:12:37 +02:00
parent 503a1c8bde
commit 944a7280c9
2 changed files with 6 additions and 5 deletions
+1
View File
@@ -4,4 +4,5 @@ export default [
index("routes/landing.tsx"),
route("api/alpaca/account", "routes/api/alpaca/account.ts"),
route("stocks", "routes/stocks.tsx"),
route("analyze", "routes/analyze.tsx"),
] satisfies RouteConfig;