Skip to content

Commit

Permalink
Merge pull request #71 from Team-UniVoice/fix/#70-slack-auth
Browse files Browse the repository at this point in the history
fix : slack web hooks
  • Loading branch information
softmoca authored Jul 18, 2024
2 parents e947a28 + 07a2311 commit 7c92de9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
@RequiredArgsConstructor
public class AuthService {

final String WEBHOOK_URL = "https://hooks.slack.com/services/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";
final String WEBHOOK_URL = "https://hooks.slack.com/services/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";
private static final String S3_BUCKET_URL = "https://uni-voice-bucket.s3.ap-northeast-2.amazonaws.com/";


Expand Down Expand Up @@ -170,7 +170,7 @@ public void signUp(MemberCreateRequest memberCreateRequest) {
member.getStudentNumber(),
member.getEmail(),
member.getPassword(),
S3_BUCKET_URL + member.getStudentCardImage(),
member.getStudentCardImage(),
member.getUniversityName(),
member.getCollegeDepartmentName(),
member.getDepartmentName()
Expand Down

0 comments on commit 7c92de9

Please sign in to comment.