1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-19 05:09:42 +02:00

restructure directories

This commit is contained in:
Elliott Stoneham 2016-07-20 15:58:37 +01:00
parent 7e4ed6545b
commit a2ce777762
159 changed files with 320 additions and 323 deletions

View file

@ -22,7 +22,7 @@ import (
"os"
"path"
"github.com/documize/community/documize/api/entity"
"github.com/documize/community/core/api/entity"
)
func (c *Client) upload(folderID, fileName string, fileReader io.Reader) (*entity.Document, error) {