Compare commits

..

No commits in common. "d1791e12c7c5c64763ec53cc6d5beda26cc754af" and "4e2d046b18a431e0c67c91396a0ac07d33ba9f51" have entirely different histories.

View File

@ -3,8 +3,6 @@
# frozen_string_literal: true
class WebsitesController < ApplicationController
skip_before_action :authenticate_user!, only: :show
def show
render json: current_tenant.website.as_json(only: %i[content]) || {}, status: :ok
end