Skip to content

Commit

Permalink
Merge: develop <- 172/refactor_comment-request-url 2022-Harmony#175
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunzxn authored Jul 26, 2022
2 parents fcce358 + 9e0de56 commit 76612e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/detail.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ function getComments() {

$('#comment-container').empty();
$('#pagination').pagination({
dataSource: `http://localhost:4993/api/comments/${newsId}/${loginUserId}?sortBy=${sorting}&isAsc=${isAsc}`,
dataSource: `https://www.chanhyeoking.com/api/comments/${newsId}/${loginUserId}?sortBy=${sorting}&isAsc=${isAsc}`,
locator: 'content',
alias: {
pageNumber: 'page',
Expand Down

0 comments on commit 76612e4

Please sign in to comment.