update fauna domain
This commit is contained in:
parent
b530f19075
commit
19bb6bae63
2 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ type FaunaQueryResponse = {
|
|||
|
||||
const client = new faunadb.Client({
|
||||
secret: process.env.FAUNA_ADMIN_KEY || "",
|
||||
domain: 'db.us.fauna.com',
|
||||
domain: 'db.fauna.com',
|
||||
port: 443,
|
||||
scheme: 'https'
|
||||
})
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ type Data = {
|
|||
|
||||
const client = new faunadb.Client({
|
||||
secret: process.env.FAUNA_ADMIN_KEY || "",
|
||||
domain: 'db.us.fauna.com',
|
||||
domain: 'db.fauna.com',
|
||||
port: 443,
|
||||
scheme: 'https'
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue