Routing: add /stocks/:ticker alias to analyze.ticker for compatibility with tests\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

This commit is contained in:
2026-05-16 15:02:08 +02:00
parent e4fb4bca41
commit eac93a6b82
+2
View File
@@ -0,0 +1,2 @@
export { loader } from "./analyze.ticker";
export { default } from "./analyze.ticker";