create and delete server initial setup
This commit is contained in:
@@ -21,7 +21,6 @@ func InitializeServices(c *dig.Container) {
|
||||
c.Provide(NewApiService)
|
||||
c.Provide(NewConfigService)
|
||||
c.Provide(NewLookupService)
|
||||
|
||||
err := c.Invoke(func(server *ServerService, api *ApiService, config *ConfigService, lookup *LookupService) {
|
||||
api.SetServerService(server)
|
||||
config.SetServerService(server)
|
||||
|
||||
Reference in New Issue
Block a user