hotfix commit: letsencrypt try #2

This commit is contained in:
Mackenzie
2016-06-20 13:40:49 -04:00
committed by GitHub
parent 7210ebfb22
commit b08a448fdc

View File

@@ -1,6 +1,6 @@
class PagesController < ApplicationController
def letsencrypt
# use your code here, not mine
render text: "B4-cHp8zD8RDI8ihZYvqzb2mV6RPSmrQ-clntqc-5Is.dlIPqFhMDCLyQEccczY3roHZ1UWu6UqVeyb9mkRxheU"
render text: "y9KNck8wqkoQLnlr2RgA2TVwWtyYb4PeY_hzGNx0Tfs.dlIPqFhMDCLyQEccczY3roHZ1UWu6UqVeyb9mkRxheU"
end
end