Moved responses package and started getMusicFolders endpoint

This commit is contained in:
Deluan
2016-02-24 15:29:19 -05:00
parent c6dfea51ff
commit c8b7695b09
7 changed files with 40 additions and 3 deletions
+1 -1
View File
@@ -10,8 +10,8 @@ import (
_ "github.com/deluan/gosonic/routers"
"github.com/astaxie/beego"
. "github.com/smartystreets/goconvey/convey"
"github.com/deluan/gosonic/responses"
"fmt"
"github.com/deluan/gosonic/controllers/responses"
)
func init() {