Initial commit: monorepo Match Live TV.
Rails API, app Flutter, infrastruttura Docker/MediaMTX, sito marketing e documentazione di deploy. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
6
backend/app/controllers/admin/base_controller.rb
Normal file
6
backend/app/controllers/admin/base_controller.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
module Admin
|
||||
class BaseController < ActionController::Base
|
||||
layout "admin"
|
||||
protect_from_forgery with: :null_session
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user