diff --git a/system/system-rest/src/main/java/cn/iocoder/mall/system/rest/controller/admin/file/AdminsFileController.java b/system/system-rest/src/main/java/cn/iocoder/mall/system/rest/controller/admin/file/AdminsFileController.java index 8efd5cfaa..06667626b 100644 --- a/system/system-rest/src/main/java/cn/iocoder/mall/system/rest/controller/admin/file/AdminsFileController.java +++ b/system/system-rest/src/main/java/cn/iocoder/mall/system/rest/controller/admin/file/AdminsFileController.java @@ -9,6 +9,7 @@ import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Value; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RequestMapping; +import org.springframework.web.bind.annotation.RestController; /** * 文件模块(Admins API) @@ -16,10 +17,9 @@ import org.springframework.web.bind.annotation.RequestMapping; * author: sin * time: 2020/4/20 9:41 上午 */ -//@RestController +@RestController @RequestMapping("admins/file") @Api(tags = "文件模块") -// TODO FROM 芋艿 to 小范:挪下 public class AdminsFileController { private Logger logger = LoggerFactory.getLogger(getClass());