worked on transcripts
diff --git a/pages/nucleus/verify/index.js b/pages/nucleus/verify/index.js
index 05a9dec..9c84b84 100644
--- a/pages/nucleus/verify/index.js
+++ b/pages/nucleus/verify/index.js
@@ -87,7 +87,7 @@
     }
     let code;
     try {
-        code = await Axios.get(`http://localhost:10000/verify/${ctx.query.code}`);
+        code = await Axios.get(`http://${process.env.NUCLEUS_CALLBACK}/verify/${ctx.query.code}`);
     } catch (e) {
         return {
             redirect: {