I use this in my code to access my appwrite local endpoint.
import { Client, Account, ID } from 'appwrite';
const client = new Client()
.setEndpoint('http://localhost/v1')
It doesn't work in my render server. I think it's a problem with the endpoint being localhost, what can it be replaced with