mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Add API's for RateProfiles
This commit is contained in:
committed by
Dan Christian Bogos
parent
75406ceaf2
commit
7d1b0a5e03
@@ -129,7 +129,7 @@ func NewFileCSVStorage(sep rune, dataPath string) *CSVStorage {
|
||||
chargersPaths := appendName(allFoldersPath, utils.ChargersCsv)
|
||||
dispatcherprofilesPaths := appendName(allFoldersPath, utils.DispatcherProfilesCsv)
|
||||
dispatcherhostsPaths := appendName(allFoldersPath, utils.DispatcherHostsCsv)
|
||||
rateProfilesFn := append(allFoldersPath, utils.RateProfilesCsv)
|
||||
rateProfilesFn := appendName(allFoldersPath, utils.RateProfilesCsv)
|
||||
return NewCSVStorage(sep,
|
||||
destinationsPaths,
|
||||
timingsPaths,
|
||||
|
||||
Reference in New Issue
Block a user