mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-24 08:38:45 +05:00
Replace *request with *req and *reply with *rep
This commit is contained in:
committed by
Dan Christian Bogos
parent
2dd825b5a0
commit
69637784c5
@@ -501,9 +501,9 @@ const (
|
||||
MetaUrl = "*url"
|
||||
MetaXml = "*xml"
|
||||
ApiKey = "apikey"
|
||||
MetaRequest = "*request"
|
||||
MetaReq = "*req"
|
||||
MetaVars = "*vars"
|
||||
MetaReply = "*reply"
|
||||
MetaRep = "*rep"
|
||||
CGROriginHost = "cgr_originhost"
|
||||
MetaInitiate = "*initiate"
|
||||
MetaUpdate = "*update"
|
||||
|
||||
Reference in New Issue
Block a user