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"
|
"multitenantStack/models"
|
||||||
"strconv"
|
"strconv"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
"github.com/astaxie/beego"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// CompanyDataController operations for CompanyData
|
// CompanyDataController operations for CompanyData
|
||||||
type CompanyDataController struct {
|
type CompanyDataController struct {
|
||||||
beego.Controller
|
BaseAPIController
|
||||||
}
|
}
|
||||||
|
|
||||||
// URLMapping ...
|
// URLMapping ...
|
||||||
|
@ -6,13 +6,11 @@ import (
|
|||||||
"multitenantStack/models"
|
"multitenantStack/models"
|
||||||
"strconv"
|
"strconv"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
"github.com/astaxie/beego"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// PostController operations for Post
|
// PostController operations for Post
|
||||||
type PostController struct {
|
type PostController struct {
|
||||||
beego.Controller
|
BaseAPIController
|
||||||
}
|
}
|
||||||
|
|
||||||
// URLMapping ...
|
// URLMapping ...
|
||||||
|
Loading…
Reference in New Issue
Block a user