deploy: prepare permanent HTTPS MetaBloom API
This commit is contained in:
@@ -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[]>([
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user