feat: add upload logic
This commit is contained in:
parent
28b232159f
commit
3a3b3c99f0
|
|
@ -7,6 +7,7 @@ import (
|
|||
"backend/internal/logic/fileStorage"
|
||||
"backend/internal/svc"
|
||||
"backend/internal/types"
|
||||
|
||||
"github.com/zeromicro/go-zero/rest/httpx"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue