feat: 让上传可用

This commit is contained in:
wangyu 2021-04-07 16:24:57 +08:00
parent 79602d0224
commit 54d4d0716c
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ import javax.annotation.Resource;
@Service @Service
public class AttachmentService extends BaseServiceImpl<Attachment> { public class AttachmentService extends BaseServiceImpl<Attachment> {
private static String URL = "/api/attachments/"; private static String URL = "/api/attachment/";
@Resource @Resource
private FileService fileService; private FileService fileService;