changed the etherpad url

This commit is contained in:
Pet
2018-03-26 22:18:50 +02:00
parent 20088b868f
commit c38139d6f1

View File

@@ -24,7 +24,7 @@ class Document < ActiveRecord::Base
"document_"+self.id.to_s
end
def self.ether
EtherpadLite.connect('https://www.etherpad.fet.at', File.new('config/etherpad/APIKEY.txt'))
EtherpadLite.connect('https://www.fet.at/etherpad', File.new('config/etherpad/APIKEY.txt'))#https://www.etherpad.fet.at
end
def create_pdf
require "open3"