bug fix for fly server
This commit is contained in:
parent
b3dcec17c0
commit
0defbfea5a
10 changed files with 33 additions and 21 deletions
|
|
@ -31,7 +31,7 @@ passport.use(
|
|||
try {
|
||||
console.log("Sending request to external auth service...");
|
||||
const response = await axios.post(
|
||||
"http://localhost:8082/student/verify",
|
||||
`${process.env.ASSIGNMENT_SERVICE_URL}/student/verify`,
|
||||
{
|
||||
assignmentId,
|
||||
password,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue