diff --git a/backend/.env b/backend/.env index d958e46..721716d 100644 --- a/backend/.env +++ b/backend/.env @@ -1,3 +1,3 @@ MONGO_URI=mongodb://localhost:27017/mern_resume_builder JWT_SECRET=9cd1f9e482ac014933a12ca44f3b1decfb2ee134ecd66203b4ad46a991cf216e69fd0058fb43741705724c32b31965d9416fc871ceafc48a624ab41dbd780905 -PORT=8000 \ No newline at end of file +PORT=8005 \ No newline at end of file diff --git a/backend/.gitignore b/backend/.gitignore index a547bf3..f7cc1a0 100644 --- a/backend/.gitignore +++ b/backend/.gitignore @@ -22,3 +22,5 @@ dist-ssr *.njsproj *.sln *.sw? + +uploads \ No newline at end of file diff --git a/backend/uploads/1751829475177-image (1) (1).png b/backend/uploads/1751829475177-image (1) (1).png deleted file mode 100644 index a129709..0000000 Binary files a/backend/uploads/1751829475177-image (1) (1).png and /dev/null differ diff --git a/backend/uploads/1751829475190-resume-686ac60edf047948687462d7.png b/backend/uploads/1751829475190-resume-686ac60edf047948687462d7.png deleted file mode 100644 index bb32751..0000000 Binary files a/backend/uploads/1751829475190-resume-686ac60edf047948687462d7.png and /dev/null differ diff --git a/frontend/resume-builder/src/utils/apiPaths.js b/frontend/resume-builder/src/utils/apiPaths.js index 7a8dbbd..8457086 100644 --- a/frontend/resume-builder/src/utils/apiPaths.js +++ b/frontend/resume-builder/src/utils/apiPaths.js @@ -1,4 +1,4 @@ -export const BASE_URL = "http://localhost:8000"; +export const BASE_URL = "http://localhost:8005"; // utils/apiPaths.js export const API_PATHS = {