mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-24 16:48:45 +05:00
Renamed ApierV1 to APIerSv1/ ApierV2 to APIerSv2
This commit is contained in:
committed by
Dan Christian Bogos
parent
54217c8428
commit
3eaf3232a1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user