Delete api.js

This commit is contained in:
joewaa 2017-06-11 07:25:53 +08:00 committed by GitHub
parent b25b42c13d
commit 3f99edabfb

View file

@ -1,7 +0,0 @@
'use strict';
module.exports = function(app) {
app.route('/tests').get(function(req,res){
res.send('Hi tests');
});
};