feat: 让上传可用
This commit is contained in:
parent
79602d0224
commit
54d4d0716c
@ -13,7 +13,7 @@ import javax.annotation.Resource;
|
||||
@Service
|
||||
public class AttachmentService extends BaseServiceImpl<Attachment> {
|
||||
|
||||
private static String URL = "/api/attachments/";
|
||||
private static String URL = "/api/attachment/";
|
||||
@Resource
|
||||
private FileService fileService;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user