changes to html in server.js v3

This commit is contained in:
~deepend 2018-10-20 16:59:20 -06:00
parent f646725ea9
commit 544232eae0
1 changed files with 0 additions and 9 deletions

View File

@ -75,12 +75,3 @@ var server = http.createServer(app).listen(port, function() {
console.log('twtxt registry listening on port ' + port);
storage.startUpdating();
});
storage.addUser("https://buckket.org/twtxt.txt", "buckket", function() {
});
storage.addUser("https://buckket.org/twtxt_news.txt", "twtxt_news", function() {
});
storage.addUser("https://dracoblue.net/twtxt.txt", "dracoblue", function() {
});