Skip to content

Commit

Permalink
api url 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaisqls committed Nov 29, 2023
1 parent a2a251d commit 4d300fc
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion node_modules/.cache/.eslintcache

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Binary file modified node_modules/.cache/default-development/0.pack
Binary file not shown.
Binary file modified node_modules/.cache/default-development/1.pack
Binary file not shown.
Binary file modified node_modules/.cache/default-development/2.pack
Binary file not shown.
Binary file modified node_modules/.cache/default-development/3.pack
Binary file not shown.
Binary file modified node_modules/.cache/default-development/5.pack
Binary file not shown.
Binary file modified node_modules/.cache/default-development/index.pack
Binary file not shown.
Binary file modified node_modules/.cache/default-development/index.pack.old
Binary file not shown.
2 changes: 1 addition & 1 deletion src/request/Request.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const Request = () => {

async function checkProjectNameEnAvailability(value) {
try {
await axios.post(`http://localhost:8080/project-secret-manager/project/duplicate?secret=xquare-helloworld&project-name=${value}`)
await axios.post(`https://prod-server.xquare.app/project-secret-manager/project/duplicate?secret=xquare-helloworld&project-name=${value}`)
.then((res) => {
if (res.data.duplicate) {
projectNameEnInput.setError('이미 존재하는 프로젝트명입니다.')
Expand Down

0 comments on commit 4d300fc

Please sign in to comment.