diff --git a/routes/preferences.js b/routes/preferences.js index a6e67f2..28db6f5 100644 --- a/routes/preferences.js +++ b/routes/preferences.js @@ -173,7 +173,7 @@ preferenceRoutes.post('/export_prefs', (req, res, next) => { 'Content-disposition', 'attachment; filename=teddit_prefs.json' ); - res.setHeader('Content-type', 'preferenceRouteslication/json'); + res.setHeader('Content-type', 'application/json'); return res.send(export_data); }