mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
10 lines
215 B
JavaScript
10 lines
215 B
JavaScript
// Generated by CoffeeScript 1.4.0
|
|
|
|
module.exports.middleware = function(req, res, next) {
|
|
return next();
|
|
};
|
|
|
|
module.exports.app = function(appExports, model) {};
|
|
|
|
module.exports.routes = function(expressApp) {};
|