Skip to content

Commit

Permalink
결제 post url 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
bongsh0112 committed Sep 27, 2023
1 parent eac3d86 commit 6be8cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Api/src/main/resources/static/js/exchange.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ var userId;
var paymentResult = obj => {
$.ajax({
type : 'post',
url : '/user/session-info',
url : '/auth/session-info',
success : function(data, status, xhr) {
console.log(data)
userId = data.userId
Expand Down

0 comments on commit 6be8cee

Please sign in to comment.