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