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:
19
backend/app/controllers/public/pages_controller.rb
Normal file
19
backend/app/controllers/public/pages_controller.rb
Normal file
@@ -0,0 +1,19 @@
|
||||
module Public
|
||||
class PagesController < WebBaseController
|
||||
def home
|
||||
end
|
||||
|
||||
def features
|
||||
end
|
||||
|
||||
def pricing
|
||||
@plans = Plan.ordered
|
||||
end
|
||||
|
||||
def privacy
|
||||
end
|
||||
|
||||
def terms
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user