commit | f054b8c8b8438f1a01c975384e12d2177a4a429f | [log] [tgz] |
---|---|---|
author | TheCodedProf <samuel.shuert@gmail.com> | Fri Mar 03 15:32:19 2023 -0500 |
committer | TheCodedProf <samuel.shuert@gmail.com> | Fri Mar 03 15:32:19 2023 -0500 |
tree | a44c73e8d2b44a08fe6e235e7d278821fa567970 | |
parent | 2a69bd976010532fc0bd3072401f42704dca239b [diff] |
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: {