Update for production data.
This commit is contained in:
@@ -5,7 +5,7 @@ import validator from 'validator';
|
||||
// It's executed each time we get a request
|
||||
export default async ({ req, res, log, error }) => {
|
||||
const client = new Client()
|
||||
.setEndpoint('https://appwrite.toal.ca/v1')
|
||||
.setEndpoint('https://appwrite.oys.undock.ca/v1')
|
||||
.setProject(process.env.APPWRITE_FUNCTION_PROJECT_ID)
|
||||
.setKey(process.env.APPWRITE_API_KEY);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user