We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f262e76 commit 77270c1Copy full SHA for 77270c1
src/main/java/dmu/dasom/api/domain/common/exception/CustomErrorController.java
@@ -1,5 +1,6 @@
1
package dmu.dasom.api.domain.common.exception;
2
3
+import io.swagger.v3.oas.annotations.Hidden;
4
import jakarta.servlet.RequestDispatcher;
5
import jakarta.servlet.http.HttpServletRequest;
6
import org.springframework.boot.web.servlet.error.ErrorController;
@@ -8,6 +9,7 @@
8
9
import org.springframework.web.bind.annotation.RequestMapping;
10
import org.springframework.web.bind.annotation.RestController;
11
12
+@Hidden
13
@RestController
14
public class CustomErrorController implements ErrorController {
15
0 commit comments