Skip to content

Commit

Permalink
폴더명 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
soohwanpak committed Nov 3, 2024
1 parent 9c3d505 commit 4b67c17
Show file tree
Hide file tree
Showing 63 changed files with 6 additions and 1 deletion.
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions express-psh-sprint-6/env.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export const DATABASE_URL =
"mongodb+srv://qoiuytnghks4:[email protected]/sprint6-db?retryWrites=true&w=majority&appName=Cluster0";
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"concurrently": "^9.0.1"
},
"scripts": {
"start": "concurrently \"cd express-psh-sprint6 && npm run dev\" \"cd react-psh-sprint5 && npm run dev\""
"start": "concurrently \"cd express-psh-sprint-6 && npm run dev\" \"cd react-psh-sprint-5 && npm run dev\""
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions react-psh-sprint-5/src/features/api/url.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export const URL = 'https://panda-market-api.vercel.app';

export const ExpressURL = 'http://localhost:8000';
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 4b67c17

Please sign in to comment.