Renamed ApierV1 to APIerSv1/ ApierV2 to APIerSv2

This commit is contained in:
adragusin
2020-01-30 14:59:06 +02:00
committed by Dan Christian Bogos
parent 54217c8428
commit 3eaf3232a1
263 changed files with 2998 additions and 2995 deletions

View File

@@ -23,7 +23,7 @@ import "github.com/cgrates/cgrates/utils"
func init() {
c := &CmdRemoveStatQueue{
name: "statqueue_remove",
rpcMethod: utils.ApierV1RemoveStatQueueProfile,
rpcMethod: utils.APIerSv1RemoveStatQueueProfile,
rpcParams: &utils.TenantIDWithCache{},
}
commands[c.Name()] = c