Skip to content

Commit

Permalink
Revert "feat: healthCheck path 추가 (#66)"
Browse files Browse the repository at this point in the history
This reverts commit baf4703.
  • Loading branch information
parksey authored Nov 13, 2023
1 parent baf4703 commit e9f1710
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion src/main/java/com/moabam/global/config/WebConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ public HandlerMethodArgumentResolver handlerMethodArgumentResolver() {
public PathResolver pathResolver() {
PathResolver.Paths path = PathResolver.Paths.builder()
.permitAll(List.of(
PathMapper.parsePath("/"),
PathMapper.parsePath("/members"),
PathMapper.parsePath("/members/login/*/oauth")
))
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/config
4 changes: 0 additions & 4 deletions src/main/resources/static/docs/coupon.html
Original file line number Diff line number Diff line change
Expand Up @@ -2132,11 +2132,7 @@ <h4 id="_요청" class="discrete">요청</h4>
<div class="content">
<pre class="highlight nowrap"><code class="language-http" data-lang="http">POST /admins/coupons HTTP/1.1
Content-Type: application/json;charset=UTF-8
<<<<<<< HEAD
Content-Length: 194
=======
Content-Length: 192
>>>>>>> b5f9a450e8eb3b4f4527d412d519e6afc9c16365
Host: localhost:8080

{
Expand Down

0 comments on commit e9f1710

Please sign in to comment.