Update ports

This commit is contained in:
2025-07-07 01:21:16 +05:30
parent 2dd24927bc
commit a7968c79f0
5 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,3 @@
MONGO_URI=mongodb://localhost:27017/mern_resume_builder MONGO_URI=mongodb://localhost:27017/mern_resume_builder
JWT_SECRET=9cd1f9e482ac014933a12ca44f3b1decfb2ee134ecd66203b4ad46a991cf216e69fd0058fb43741705724c32b31965d9416fc871ceafc48a624ab41dbd780905 JWT_SECRET=9cd1f9e482ac014933a12ca44f3b1decfb2ee134ecd66203b4ad46a991cf216e69fd0058fb43741705724c32b31965d9416fc871ceafc48a624ab41dbd780905
PORT=8000 PORT=8005

2
backend/.gitignore vendored
View File

@ -22,3 +22,5 @@ dist-ssr
*.njsproj *.njsproj
*.sln *.sln
*.sw? *.sw?
uploads

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

View File

@ -1,4 +1,4 @@
export const BASE_URL = "http://localhost:8000"; export const BASE_URL = "http://localhost:8005";
// utils/apiPaths.js // utils/apiPaths.js
export const API_PATHS = { export const API_PATHS = {