# frozen_string_literal: true module Provet class ReminderTemplate < Provet::Base private def endpoint_name 'remindertemplate' end end end