diff --git a/server/Data/data.tsx b/server/Data/data.tsx index 21b7139..5546cfe 100644 --- a/server/Data/data.tsx +++ b/server/Data/data.tsx @@ -1,8 +1,8 @@ -// const call = "http://localhost:8000" -const call = "https://codeninjaspython.onrender.com" +const call = "http://localhost:8000" +// const call = "https://codeninjaspython.onrender.com" -// const pythonCall = "http://127.0.0.1:5000"; -const pythonCall = `https://codeninjaspythonserver.onrender.com`; +const pythonCall = "http://127.0.0.1:5000"; +// const pythonCall = `https://codeninjaspythonserver.onrender.com`; const getActivity = (name: string) => { return `https://dist-images.vercel.app/${name}.pdf#toolbar=0&navpanes=0`