Add module exports to teams.js
parent
c2e3c95cfd
commit
90e302c3ae
|
@ -50,3 +50,12 @@ async function retrieveBySport(sportID) {
|
|||
});
|
||||
return teamsList;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
exports.create = create;
|
||||
exports.rename = rename;
|
||||
exports.remove = remove;
|
||||
exports.retrieveBySport = retrieveBySport;
|
Reference in New Issue