|
@@ -11,7 +11,7 @@ import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.web.bind.annotation.*;
|
|
import org.springframework.web.bind.annotation.*;
|
|
|
|
|
|
|
|
@RestController
|
|
@RestController
|
|
|
-@RequestMapping("/articleCategory")
|
|
|
|
|
|
|
+@RequestMapping("/internal/articleCategory")
|
|
|
@Slf4j
|
|
@Slf4j
|
|
|
public class ArticleCategoryController {
|
|
public class ArticleCategoryController {
|
|
|
|
|
|