Skip to content

Commit

Permalink
fix: 쿠키 경로 설정 수정 #357
Browse files Browse the repository at this point in the history
  • Loading branch information
jhon3242 committed Oct 23, 2024
1 parent 26697fb commit cad8787
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
public class RejoinCookieEncryptor {

private static final String SAME_SITE_OPTION = "None";
private static final String DEFAULT_PATH = "/balances/rooms";
private static final String DEFAULT_PATH = "/api/balances/rooms";

private final EncryptionUtils encryptionUtils;

Expand Down

0 comments on commit cad8787

Please sign in to comment.