From d9c6cf14bd6f58f5eb4f766c19c30f085f279214 Mon Sep 17 00:00:00 2001 From: dorothyle <46880658+dorothyle@users.noreply.github.com> Date: Wed, 3 Apr 2024 16:06:58 -0700 Subject: [PATCH] change to different port 7000 --- src/VersionHistoryPopup.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VersionHistoryPopup.jsx b/src/VersionHistoryPopup.jsx index 84228c2..7be4408 100644 --- a/src/VersionHistoryPopup.jsx +++ b/src/VersionHistoryPopup.jsx @@ -46,7 +46,7 @@ const VersionHistoryPopup = ({ appear, setAppear, experienceList, setExperienceL try { // make request to get AI generated bullet point - const response = await fetch('http://127.0.0.1:8000/generate', { + const response = await fetch('http://127.0.0.1:7000/generate', { method: 'POST', headers: { 'Content-Type': 'application/json'