mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Renamed ApierV1 to APIerSv1/ ApierV2 to APIerSv2
This commit is contained in:
committed by
Dan Christian Bogos
parent
54217c8428
commit
3eaf3232a1
@@ -26,7 +26,7 @@ import (
|
||||
func init() {
|
||||
c := &CmdSetTriggers{
|
||||
name: "triggers_set",
|
||||
rpcMethod: utils.ApierV1SetActionTrigger,
|
||||
rpcMethod: utils.APIerSv1SetActionTrigger,
|
||||
rpcParams: &v1.AttrSetActionTrigger{},
|
||||
}
|
||||
commands[c.Name()] = c
|
||||
|
||||
Reference in New Issue
Block a user