diff --git a/src/controllers/write/career.js b/src/controllers/write/career.js index 2717a4d2..85f27655 100644 --- a/src/controllers/write/career.js +++ b/src/controllers/write/career.js @@ -10,7 +10,7 @@ Career.register = async function (req, res) { try { // Forward the request to the Flask application // console.log(userData.student_id); - const flaskResponse = await fetch('https://fall23-nodebb-inshallah-a-ml-predict-microservice-32zs7t7gxq-uc.a.run.app//predict', { + const flaskResponse = await fetch('https://fall23-nodebb-inshallah-a-ml-predict-microservice-32zs7t7gxq-uc.a.run.app/predict', { method: 'POST', headers: { 'Content-Type': 'application/json',