Rearrange things
This commit is contained in:
@@ -16,15 +16,18 @@
|
||||
*/
|
||||
|
||||
module.exports = {
|
||||
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Overrides for the settings in `config/controllers.js`
|
||||
* (specific to RunController)
|
||||
*/
|
||||
_config: {}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Overrides for the settings in `config/controllers.js`
|
||||
* (specific to RunController)
|
||||
*/
|
||||
_config: {},
|
||||
|
||||
create: function(req,res) {
|
||||
res.view();
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user