removing dokuwiki

This commit is contained in:
John McLear 2014-12-27 14:08:45 +01:00
parent 88ab74b1e9
commit ae22332f71
8 changed files with 1 additions and 379 deletions

View file

@ -5,7 +5,7 @@ var importHandler = require('../../handler/ImportHandler');
exports.expressCreateServer = function (hook_name, args, cb) {
args.app.get('/p/:pad/:rev?/export/:type', function(req, res, next) {
var types = ["pdf", "doc", "txt", "html", "odt", "dokuwiki"];
var types = ["pdf", "doc", "txt", "html", "odt"];
//send a 404 if we don't support this filetype
if (types.indexOf(req.params.type) == -1) {
next();