Files
growstuff/app/controllers/pages_controller.rb
2019-12-26 13:38:17 +13:00

9 lines
247 B
Ruby

# frozen_string_literal: true
class PagesController < ApplicationController
def letsencrypt
# use your code here, not mine
render text: "y9KNck8wqkoQLnlr2RgA2TVwWtyYb4PeY_hzGNx0Tfs.dlIPqFhMDCLyQEccczY3roHZ1UWu6UqVeyb9mkRxheU"
end
end