Compare commits
1 Commits
ed20e51b93
...
3832f1d840
Author | SHA1 | Date | |
---|---|---|---|
3832f1d840 |
@ -3,6 +3,8 @@
|
||||
# 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user