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