Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
서버 url 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
SeokgyuYun committed Aug 26, 2024
1 parent 8b230d8 commit 7190c2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion canbus-web/auth/signin/signin.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
}

// Axios를 사용하여 POST 요청 보내기
axios.post('https://canbus-server.whitedesert-8909941f.westus2.azurecontainerapps.io/auth/login', {
axios.post('https://canbus-server.wittybeach-50fa98b2.westus2.azurecontainerapps.io/auth/login', {
identifier: identifier,
password: password
})
Expand Down
2 changes: 1 addition & 1 deletion canbus-web/auth/signup/signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
}

// Axios를 사용하여 POST 요청 보내기
axios.post('https://canbus-server.whitedesert-8909941f.westus2.azurecontainerapps.io/auth/signup', {
axios.post('https://canbus-server.wittybeach-50fa98b2.westus2.azurecontainerapps.io/auth/signup', {
identifier: identifier,
email: email,
password: password,
Expand Down

0 comments on commit 7190c2e

Please sign in to comment.