From 43064a3dbdb5ad371b0e43f29e57ca4cc40d84fb Mon Sep 17 00:00:00 2001 From: Tapas Adhikary Date: Tue, 18 Jul 2023 11:23:16 +0530 Subject: [PATCH] Nhost has changed the URl --- lib/services/datasource/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/services/datasource/index.js b/lib/services/datasource/index.js index 2c2a407..6d4e9f0 100644 --- a/lib/services/datasource/index.js +++ b/lib/services/datasource/index.js @@ -11,7 +11,7 @@ import { } from "../../../util/string.js"; // const URL = `${process.env.NHOST_ROTOCOL}://${process.env.NHOST_SERVER}/${process.env.NHOST_ENDPOINT}`; -const URL = "https://rgkjmwftqtbpayoyolwh.nhost.run/v1/graphql"; +const URL = "https://rgkjmwftqtbpayoyolwh.hasura.ap-southeast-1.nhost.run/v1/graphql"; export const loadPlay = async (id) => { const res = await loadPlayAsync(id);