Skip to content

Commit 3c15c53

Browse files
changed http
1 parent c091299 commit 3c15c53

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
214 KB
Binary file not shown.

src/app/favicon.ico

-10.3 KB
Binary file not shown.

src/app/gallery/page.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import Loader from '@/components/loader';
88

99
import { motion, useScroll } from "framer-motion";
1010
const client = new ApolloClient({
11-
uri: process.env.GRAPH_QL_URI || 'http://sumitdhiman.in:4000/graphql/',
11+
uri: process.env.GRAPH_QL_URI || 'https://images.istenith.com/graphql/',
1212
cache: new InMemoryCache(),
1313
});
1414

src/app/members/page.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import Footer from '../../components/footer';
1111
import Loader from "../../components/loader"; // Import the loader component
1212
import SkeletonLoader from "../../components/skeltonloader";
1313
const client = new ApolloClient({
14-
uri: process.env.GRAPH_QL_URI || 'http://sumitdhiman.in:4000/graphql/',
14+
uri: process.env.GRAPH_QL_URI || 'https://images.istenith.com/graphql/',
1515
cache: new InMemoryCache(),
1616
});
1717

0 commit comments

Comments
 (0)