diff --git a/config.js b/config.js index ad2cf92..47d913a 100644 --- a/config.js +++ b/config.js @@ -1,6 +1,6 @@ exports.url = { hostname: 'www.krautspace.de', port: 443, - path: '/user:0xaffe?do=edit&rev=0', + path: '/user:0xaffe?do=edit', method: 'GET' -}; \ No newline at end of file +};