mirror of https://github.com/docusealco/docuseal
parent
dd18c51384
commit
b9f5d98b10
@ -0,0 +1,12 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Api
|
||||
class VersionController < ApiBaseController
|
||||
skip_before_action :authenticate_user!
|
||||
skip_authorization_check
|
||||
|
||||
def show
|
||||
render json: { version: Docuseal.version }
|
||||
end
|
||||
end
|
||||
end
|
||||
Loading…
Reference in new issue