Changed the url.
This commit is contained in:
parent
b91053fd03
commit
082574e5df
1 changed files with 2 additions and 7 deletions
|
@ -1,9 +1,4 @@
|
|||
exports.url = {
|
||||
hostname: 'www.krautspace.de',
|
||||
port: 443,
|
||||
path: '/user:0xaffe?do=edit',
|
||||
method: 'GET'
|
||||
};
|
||||
exports.url = "https://www.krautspace.de/user:0xaffe?do=edit";
|
||||
|
||||
exports.publishers = ['latex'];
|
||||
|
||||
|
@ -26,4 +21,4 @@ exports.latex = {
|
|||
output: 'output'
|
||||
,tempDir: '/tmp/termintool'
|
||||
,templates: ['kulturprogramm-ks']
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue