Skip to content

Commit eee5ac1

Browse files
ysw789hodoon
authored andcommitted
chore: Docs 노출 숨김 처리
1 parent 0ff9223 commit eee5ac1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/dmu/dasom/api/domain/common/exception/CustomErrorController.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
package dmu.dasom.api.domain.common.exception;
22

3+
import io.swagger.v3.oas.annotations.Hidden;
34
import jakarta.servlet.RequestDispatcher;
45
import jakarta.servlet.http.HttpServletRequest;
56
import org.springframework.boot.web.servlet.error.ErrorController;
@@ -8,6 +9,7 @@
89
import org.springframework.web.bind.annotation.RequestMapping;
910
import org.springframework.web.bind.annotation.RestController;
1011

12+
@Hidden
1113
@RestController
1214
public class CustomErrorController implements ErrorController {
1315

0 commit comments

Comments
 (0)