调整素材接口

This commit is contained in:
TinyAnts 2022-11-17 16:14:51 +08:00
parent e22508240d
commit edc5357b8c
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ import javax.annotation.Resource;
* 相册管理 * 相册管理
*/ */
@RestController @RestController
@RequestMapping("api/common/album") @RequestMapping("api/albums")
public class AlbumsController { public class AlbumsController {
@Resource @Resource