Add API for resolver
This commit is contained in:
parent
4f4fa2b3d7
commit
3ef9c23a0c
7 changed files with 98 additions and 7 deletions
|
|
@ -154,6 +154,7 @@ func (dis *Distillery) allComponents() []initFunc {
|
|||
auto[*scopes.AdminLoggedIn],
|
||||
auto[*scopes.ListInstancesScope],
|
||||
auto[*scopes.ListNewsScope],
|
||||
auto[*scopes.ResolverScope],
|
||||
|
||||
// instances
|
||||
auto[*instances.Instances],
|
||||
|
|
@ -203,5 +204,6 @@ func (dis *Distillery) allComponents() []initFunc {
|
|||
auto[*list.API],
|
||||
auto[*list.API],
|
||||
auto[*news.API],
|
||||
auto[*resolver.API],
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue