@@ -20,7 +20,7 @@ import org.springframework.web.bind.annotation.RestController;
@RestController
@RequiredArgsConstructor
@RequestMapping("/app/diy")
-public class DiyController {
+public class AppDiyController {
private final DiyService diyService;