Skip to content

Commit

Permalink
Merge branch 'develop' into fix/sort-professor
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeryboy authored Apr 6, 2024
2 parents 63a1524 + d5253c0 commit 8f97a14
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import com.wafflestudio.csereal.core.user.database.UserEntity
import com.wafflestudio.csereal.core.user.database.UserRepository
import jakarta.servlet.http.HttpServletRequest
import jakarta.servlet.http.HttpServletResponse
import org.springframework.context.annotation.Profile
import org.springframework.http.ResponseEntity
import org.springframework.security.authentication.AuthenticationManager
import org.springframework.security.authentication.UsernamePasswordAuthenticationToken
Expand All @@ -15,7 +16,7 @@ import org.springframework.web.bind.annotation.GetMapping
import org.springframework.web.bind.annotation.RequestMapping
import org.springframework.web.bind.annotation.RestController

//TODO: 정식 릴리즈 후에는 dev 서버에서만 가능하게
@Profile("!prod")
@RestController
@RequestMapping("/api/v1")
class DevAuthController(
Expand Down

0 comments on commit 8f97a14

Please sign in to comment.