diff --git a/src/main/java/com/project/bumawiki/domain/docs/presentation/DocsInformationController.java b/src/main/java/com/project/bumawiki/domain/docs/presentation/DocsInformationController.java index afe91a8f..efd1aa6d 100644 --- a/src/main/java/com/project/bumawiki/domain/docs/presentation/DocsInformationController.java +++ b/src/main/java/com/project/bumawiki/domain/docs/presentation/DocsInformationController.java @@ -48,6 +48,7 @@ public ResponseEntity findAllByDocsType( DocsType docsType = DocsType.valueOfLabel(stringDocsType); if (docsType == null) { + System.out.println(docsType.name()); throw DocsTypeNotFoundException.EXCEPTION; }