Skip to content

Commit

Permalink
refactor: 세션, 헤더 권한 유틸클래스 패키지 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Srltas committed Oct 12, 2024
1 parent 127dc92 commit fec16bd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.srltas.runtogether.adapter.in;

import static com.srltas.runtogether.adapter.in.web.common.SessionAttribute.USER_SESSION;
import static com.srltas.runtogether.adapter.in.web.dto.mapper.NeighborhoodVerificationMapper.*;
import static com.srltas.runtogether.common.SessionAttribute.*;

import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.PostMapping;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.srltas.runtogether.common;
package com.srltas.runtogether.adapter.in.web.common;

import lombok.experimental.UtilityClass;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.srltas.runtogether.common;
package com.srltas.runtogether.adapter.in.web.common;

import lombok.experimental.UtilityClass;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.srltas.runtogether.adapter.in.web.filter;

import static com.srltas.runtogether.common.AuthConstants.*;
import static com.srltas.runtogether.common.SessionAttribute.USER_SESSION;
import static com.srltas.runtogether.adapter.in.web.common.AuthConstants.*;
import static com.srltas.runtogether.adapter.in.web.common.SessionAttribute.USER_SESSION;
import static jakarta.servlet.http.HttpServletResponse.SC_UNAUTHORIZED;
import static java.util.Objects.isNull;

Expand Down

0 comments on commit fec16bd

Please sign in to comment.