Company tables need to be covered by the base api controller

This commit is contained in:
Lukas Bachschwell 2018-11-15 18:10:53 +01:00
parent d9465d9330
commit f7f7e20b69
2 changed files with 2 additions and 6 deletions

View File

@ -6,13 +6,11 @@ import (
"multitenantStack/models"
"strconv"
"strings"
"github.com/astaxie/beego"
)
// CompanyDataController operations for CompanyData
type CompanyDataController struct {
beego.Controller
BaseAPIController
}
// URLMapping ...

View File

@ -6,13 +6,11 @@ import (
"multitenantStack/models"
"strconv"
"strings"
"github.com/astaxie/beego"
)
// PostController operations for Post
type PostController struct {
beego.Controller
BaseAPIController
}
// URLMapping ...