tractatus/src
TheFlow f6be654573 fix(server): enable clean URLs (/whitepapers/foo → foo.html)
Add extensions: ['html'] to express.static so the .html-less URLs resolve
to their matching files. Affects every static HTML route including
/whitepapers/distributive-equity, /whitepapers/eu-policy-brief, etc.

.html-suffixed URLs continue to work unchanged. Non-existent paths still
return the friendly 404 via the notFound middleware.
2026-04-18 07:41:29 +12:00
..
config chore: add optimal submission timing to publication targets config 2025-10-26 11:34:27 +13:00
controllers fix: add visibility check to getDocument/getTranslations endpoints 2026-03-13 17:27:48 +13:00
middleware feat: add /blog index route + friendly HTML 404 page 2026-04-17 14:46:49 +12:00
models feat: eliminate all GitHub references from agenticgovernance.digital 2026-03-26 18:14:26 +13:00
routes fix: add visibility check to getDocument/getTranslations endpoints 2026-03-13 17:27:48 +13:00
services feat: eliminate all GitHub references from agenticgovernance.digital 2026-03-26 18:14:26 +13:00
utils feat: rewrite architecture.html — Guardian Agents, defence in depth, i18n refresh 2026-03-13 15:21:01 +13:00
server.js fix(server): enable clean URLs (/whitepapers/foo → foo.html) 2026-04-18 07:41:29 +12:00