lib/finapps/rest/alert_settings.rb in finapps-0.16.5.pre vs lib/finapps/rest/alert_settings.rb in finapps-0.16.6.pre

- old
+ new

@@ -8,10 +8,10 @@ # @return [Hash, Array<String>] def show logger.debug "##{__method__.to_s} => Started" - end_point = Defaults::END_POINTS[:alert_settings_list] + end_point = Defaults::END_POINTS[:alert_settings_show] logger.debug "##{__method__.to_s} => end_point: #{end_point}" path = end_point logger.debug "##{__method__.to_s} => path: #{path}" \ No newline at end of file