update api test
This commit is contained in:
parent
36cc934312
commit
079fd40bbf
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
||||||
'use strict';
|
'use strict';
|
||||||
module.exports = function(app) {
|
module.exports = function(app) {
|
||||||
var tasks = require('./tasks');
|
app.route('/tests').get(function(req,res){
|
||||||
app.route('/tasks',tasks);
|
res.send('Hi tests');
|
||||||
|
});
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue