feat: Add Platform APIs (#1456)
This commit is contained in:
parent
75c2a7cb2f
commit
7542330d61
25 changed files with 688 additions and 20 deletions
|
@ -23,7 +23,7 @@ class ApplicationController < ActionController::Base
|
|||
render_unauthorized('You are not authorized to do this action')
|
||||
ensure
|
||||
# to address the thread variable leak issues in Puma/Thin webserver
|
||||
Current.user = nil
|
||||
Current.reset
|
||||
end
|
||||
|
||||
def set_current_user
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue