We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d64f64 commit bea9ec0Copy full SHA for bea9ec0
config/routes.js
@@ -65,7 +65,6 @@ module.exports = function(app) {
65
if (config.enableEmailstore) {
66
var emailPlugin = require('../plugins/emailstore');
67
app.get(apiPrefix + '/email/retrieve', emailPlugin.retrieve);
68
- app.get(apiPrefix + '/email/retrieve/:email', emailPlugin.oldRetrieve);
69
}
70
71
// Currency rates plugin
0 commit comments