mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-17 06:35:14 +08:00
54b1c182d8
* Add V2 API endpoints for step elements [SCI-9650] * Rewrite step controller actions in order to read V2 step serializer [SCI-9650]
9 lines
160 B
Ruby
9 lines
160 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Api
|
|
module V2
|
|
module StepElements
|
|
class TablesController < ::Api::V1::TablesController; end
|
|
end
|
|
end
|
|
end
|