|
@@ -23,9 +23,9 @@ import org.springframework.web.bind.annotation.*;
|
|
|
*/
|
|
|
@Api(tags = {"游戏分类标签管理接口"})
|
|
|
@RestController
|
|
|
-@RequestMapping("/game/category")
|
|
|
+@RequestMapping("/game/tag")
|
|
|
@Slf4j
|
|
|
-public class GameCategoryController {
|
|
|
+public class GameTagController {
|
|
|
|
|
|
@Autowired
|
|
|
private GameTagService gameTagService;
|