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';
|
||||
module.exports = function(app) {
|
||||
var tasks = require('./tasks');
|
||||
app.route('/tasks',tasks);
|
||||
app.route('/tests').get(function(req,res){
|
||||
res.send('Hi tests');
|
||||
});
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue