This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
zkkll1
/
hnhzServer
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
263b89cff1
Ramuri
Etichete
master
release
hnhzServer
/
node_modules
/
pomelo
/
test
/
mock-plugin
/
components
/
mockPlugin.js
mockPlugin.js
97 B
Istoric
Crud
1
2
3
4
module.exports = function(app, opts) {
var service = {name: 'mockPlugin'};
return service;
};