diff --git a/Changelog.tmp b/Changelog.tmp index 313f36d6a..d0851216c 100644 --- a/Changelog.tmp +++ b/Changelog.tmp @@ -1,2 +1,2 @@ - [FilterS] Removed rals_conns in favor of reading the account directly from DataDB -- [SessionS] Added check for missing CGRevent +- [SessionS] Added check for missing CGRevent \ No newline at end of file diff --git a/apier/v1/dispatcher_interface.go b/apier/v1/api_interfaces.go similarity index 100% rename from apier/v1/dispatcher_interface.go rename to apier/v1/api_interfaces.go diff --git a/apier/v1/dispatcher_interface_test.go b/apier/v1/api_interfaces_test.go similarity index 100% rename from apier/v1/dispatcher_interface_test.go rename to apier/v1/api_interfaces_test.go