Merge pull request #10 from Molecule-AI/fix/repoint-cp-urls-to-railway

fix: repoint control plane probes to api.moleculesai.app (Railway)
This commit is contained in:
Hongming Wang 2026-04-19 14:36:52 -07:00 committed by GitHub
commit ada92d0776
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,12 +23,16 @@ sites:
# Developer documentation at doc.moleculesai.app (Fumadocs/Next.js, deployed via Vercel)
- name: Control plane API
url: https://molecule-cp.fly.dev/health
# /health returns {"service":"molecule-cp","status":"ok"}
url: https://api.moleculesai.app/health
# /health returns {"service":"molecule-cp","status":"ok"}.
# Repointed from molecule-cp.fly.dev → api.moleculesai.app (Railway)
# after the Apr 2026 infra migration; the old fly.dev host is
# retired and was showing the CP as "down" on every check.
- name: Control plane — Legal pages
url: https://molecule-cp.fly.dev/legal/terms
# HTML page; tests markdown-renderer path + static embed still works
url: https://api.moleculesai.app/legal/terms
# HTML page; tests markdown-renderer path + static embed still works.
# Repointed off fly.dev (see note above).
- name: Landing page
url: https://www.moleculesai.app/