Skip to content

Commit

Permalink
fix: deploy오류 (refresh늘리기)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlmondBreez3 committed Jan 23, 2024
1 parent d781943 commit 9bc8327
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -218,4 +218,6 @@ public void postReviewComplain(@RequestParam("reviewId") Long reviewId) {
Long userId = SecurityUtil.getCurrentUserId();
reviewAdaptor.postComplain(reviewId,userId);
}


}
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ private PostReviewResponse reviewUpload(UserScreening userScreening,PostReviewRe
incrementNegative(request.getNegative(),screening);
incrementPositive(request.getPositive(),screening);



//save
reviewAdaptor.save(newSreeningReview);
//screeningAdaptor.save(screening);
Expand Down
2 changes: 1 addition & 1 deletion Core/src/main/resources/application-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ auth:
jwt:
secret-key: ${JWT_SECRET_KEY}
access-exp: ${JWT_ACCESS_EXP:3600}
refresh-exp: ${JWT_REFRESH_EXP}
refresh-exp: ${JWT_REFRESH_TOKEN_EXP}

oauth:
kakao:
Expand Down

0 comments on commit 9bc8327

Please sign in to comment.