mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-19 22:28:45 +05:00
cdrs: add internal channel to connmanager
now checking for the right constant (CDRServer)
This commit is contained in:
committed by
Dan Christian Bogos
parent
c3bf93f1b6
commit
4af1cc106c
@@ -133,7 +133,7 @@ var serviceMethods = map[string]internalRoute{
|
||||
receiver: utils.CacheSv1,
|
||||
internalPath: utils.ConcatenatedKey(utils.MetaInternal, utils.MetaCaches),
|
||||
},
|
||||
utils.CDRs: {
|
||||
utils.CDRServer: {
|
||||
receiver: utils.CDRsV1,
|
||||
internalPath: utils.ConcatenatedKey(utils.MetaInternal, utils.MetaCDRs),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user