SPB Git forge

spb/hfmarketdata

Public

Open high-frequency market data platform — FirstRate full-history downloader, DuckDB/Parquet lake, open REST API and React docs platform (www.hfmarketdata.io)

127commits 1branches 0releases
24.7 MBsize
maindefault branch
11 days agolast push
JavaScript 53.7% Python 38.3% CSS 4.6% TypeScript 3.1%

web: commentaire de routage (limits)

Simon-Pierre Boucher committed 20 days ago (Sep 4, 2026) parent 2705511

1 changed file +1 −1

modified hfmarketdata/web/src/App.jsx +1 −1
@@ -1,4 +1,4 @@
1 −// Route table — one lazy chunk per area. Owners: web-core (home, pricing, docs, status, layout),
1 +// Route table — one lazy chunk per area. Owners: web-core (home, limits, docs, status, layout),
2 2 // web-app (playground, auth, dashboard, admin), mcp-skills (integrations).
3 3 import React, { Suspense, lazy } from 'react'
4 4 import { Navigate, Route, Routes } from 'react-router-dom'
5 5