add state history
This commit is contained in:
@@ -40,6 +40,11 @@ func InitializeControllers(c *dig.Container) {
|
||||
if err != nil {
|
||||
log.Panic("unable to initialize lookup controller")
|
||||
}
|
||||
|
||||
err = c.Invoke(NewStateHistoryController)
|
||||
if err != nil {
|
||||
log.Panic("unable to initialize stateHistory controller")
|
||||
}
|
||||
}
|
||||
|
||||
// FilteredResponse
|
||||
|
||||
Reference in New Issue
Block a user