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
@@ -3,7 +3,7 @@ package controllers
import (
"github.com/astaxie/beego"
"encoding/xml"
"github.com/deluan/gosonic/responses"
"github.com/deluan/gosonic/controllers/responses"
)
type PingController struct{ beego.Controller }