Company tables need to be covered by the base api controller
This commit is contained in:
parent
d9465d9330
commit
f7f7e20b69
@ -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 ...
|
||||
|
Loading…
Reference in New Issue
Block a user