- 优化:移动目录
This commit is contained in:
parent
35b50f79aa
commit
cf77478fb5
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue