deploy: prepare permanent HTTPS MetaBloom API
MetaBloom CI / app (push) Canceled after 0s
MetaBloom CI / api (push) Canceled after 0s

This commit is contained in:
AI Company
2026-07-21 22:40:40 +00:00
parent 7631caaa4e
commit c1f2848830
5 changed files with 25 additions and 1 deletions
+1 -1
View File
@@ -898,7 +898,7 @@ function Coach({ journey }: any) {
function PegChat({ journey }: { journey: string }) {
const apiBase = (
process.env.EXPO_PUBLIC_API_URL || "http://localhost:8000"
process.env.EXPO_PUBLIC_API_URL || "https://api.metabloom.vicode.agency"
).replace(/\/$/, "");
const [messages, setMessages] = useState<ChatMessage[]>([
{