Add dropbox feature

This commit is contained in:
Fabien O'Carroll 2014-04-03 15:02:28 +01:00
parent 93e861ea02
commit 033fa5c7ca

View File

@ -100,6 +100,10 @@ var flags = {
stripe: function (req) {
return team(req);
},
dropbox: function (req) {
return alpha(req);
}
};