Company tables need to be covered by the base api controller
This commit is contained in:
controllers
@ -6,13 +6,11 @@ import (
|
||||
"multitenantStack/models"
|
||||
"strconv"
|
||||
"strings"
|
||||
|
||||
"github.com/astaxie/beego"
|
||||
)
|
||||
|
||||
// CompanyDataController operations for CompanyData
|
||||
type CompanyDataController struct {
|
||||
beego.Controller
|
||||
BaseAPIController
|
||||
}
|
||||
|
||||
// URLMapping ...
|
||||
|
@ -6,13 +6,11 @@ import (
|
||||
"multitenantStack/models"
|
||||
"strconv"
|
||||
"strings"
|
||||
|
||||
"github.com/astaxie/beego"
|
||||
)
|
||||
|
||||
// PostController operations for Post
|
||||
type PostController struct {
|
||||
beego.Controller
|
||||
BaseAPIController
|
||||
}
|
||||
|
||||
// URLMapping ...
|
||||
|
Reference in New Issue
Block a user