Refactored responses, implemented getLicense

This commit is contained in:
Deluan
2016-02-24 11:29:26 -05:00
parent ed1a132d8e
commit 1a3f370ea6
9 changed files with 116 additions and 58 deletions
+4 -1
View File
@@ -14,5 +14,8 @@ import (
)
func init() {
beego.Include(&controllers.PingController{})
beego.Include(
&controllers.PingController{},
&controllers.GetLicenseController{},
)
}