Skip to content

Commit 43064a3

Browse files
committed
Nhost has changed the URl
1 parent 920a7c2 commit 43064a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/services/datasource/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import {
1111
} from "../../../util/string.js";
1212

1313
// const URL = `${process.env.NHOST_ROTOCOL}://${process.env.NHOST_SERVER}/${process.env.NHOST_ENDPOINT}`;
14-
const URL = "https://rgkjmwftqtbpayoyolwh.nhost.run/v1/graphql";
14+
const URL = "https://rgkjmwftqtbpayoyolwh.hasura.ap-southeast-1.nhost.run/v1/graphql";
1515

1616
export const loadPlay = async (id) => {
1717
const res = await loadPlayAsync(id);

0 commit comments

Comments
 (0)