Skip to content

Commit

Permalink
secret 파라미터 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaisqls committed Dec 26, 2023
1 parent 4b80f13 commit 4afb7d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manage/ProjectApprove.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const ProjectApprove = () => {
}, []);

useEffect(() => {
const url = 'https://prod-server.xquare.app/project-secret-manager/project?secret=' + secret
const url = 'https://prod-server.xquare.app/project-secret-manager/project'
axios.get(url)
.then((res) => {setData(res.data); setFetchError("")})
.catch((err) => setFetchError("권한이 없습니다"));
Expand Down

0 comments on commit 4afb7d7

Please sign in to comment.