feat(orion): add endpoint for link metadata

This commit is contained in:
Arjun Patel
2026-05-26 14:11:33 -07:00
parent 173c63508a
commit e38d34f5b5
4 changed files with 234 additions and 2 deletions
+3
View File
@@ -79,6 +79,9 @@ spec:
value: "llink://billing/success"
- name: "BILLING_CANCEL_URL"
value: "llink://billing/cancel"
# Web client origins
- name: "CORS_ALLOWED_ORIGINS"
value: "http://localhost:5173,http://localhost:5174,http://localhost:5175,https://llink.dev.flowy.live"
---