mirror of
https://github.com/Growstuff/growstuff.git
synced 2025-12-24 01:57:46 -05:00
9 lines
247 B
Ruby
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
|