Skip to content

Commit

Permalink
Update career.js
Browse files Browse the repository at this point in the history
Signed-off-by: mbfannan <[email protected]>
  • Loading branch information
mbfannan authored Nov 13, 2023
1 parent 08acb60 commit 3d5a1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/write/career.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 3d5a1d0

Please sign in to comment.