Update ports
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
MONGO_URI=mongodb://localhost:27017/mern_resume_builder
|
||||
JWT_SECRET=9cd1f9e482ac014933a12ca44f3b1decfb2ee134ecd66203b4ad46a991cf216e69fd0058fb43741705724c32b31965d9416fc871ceafc48a624ab41dbd780905
|
||||
PORT=8000
|
||||
PORT=8005
|
||||
2
backend/.gitignore
vendored
2
backend/.gitignore
vendored
@ -22,3 +22,5 @@ dist-ssr
|
||||
*.njsproj
|
||||
*.sln
|
||||
*.sw?
|
||||
|
||||
uploads
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.1 MiB |
Binary file not shown.
|
Before Width: | Height: | Size: 76 KiB |
@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user