Skip to content

Commit

Permalink
a11-v2 collection path
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwoldatwork committed Oct 4, 2023
1 parent 6a3194f commit e4c8e07
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/controllers/admin/site_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ def index

def a11; end

def a11_v2_collections
end

def heartbeat
render json: {
status: :success,
Expand All @@ -40,7 +43,7 @@ def heartbeat
def invite
# /views/admin/site/invite.html.erb
end

def invite_post
invitee = invite_params[:refer_user]

Expand Down

0 comments on commit e4c8e07

Please sign in to comment.