scinote-web/app/controllers/api/v2/step_elements/assets_controller.rb

10 lines
160 B
Ruby
Raw Normal View History

# frozen_string_literal: true
module Api
module V2
module StepElements
class AssetsController < ::Api::V1::AssetsController; end
end
end
end