Skip to content

Commit

Permalink
chore: UserSettings CustomUrlFilter에 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
kpeel5839 committed Aug 8, 2024
1 parent 2aafd3d commit b2abe58
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ class CustomUrlFilter(
"/api/v1/users/backgrounds",
"/api/v1/users/characters",
"/api/v1/users/search",
"/api/v1/users/settings",
"/api/v1/messages",
"/api/v1/messages/send",
"/api/v1/messages/status/me",
Expand Down
1 change: 0 additions & 1 deletion app/src/main/kotlin/com/wespot/report/ReportController.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import com.wespot.report.dto.ReportResponse
import com.wespot.report.port.`in`.SavedReportUseCase
import org.springframework.http.HttpStatus
import org.springframework.http.ResponseEntity
import org.springframework.web.bind.annotation.PathVariable
import org.springframework.web.bind.annotation.PostMapping
import org.springframework.web.bind.annotation.RequestBody
import org.springframework.web.bind.annotation.RequestMapping
Expand Down

0 comments on commit b2abe58

Please sign in to comment.