Moved eveything related to the api to a seperate folder seasoned_api.
This commit is contained in:
10
seasoned_api/src/git/gitRepository.js
Normal file
10
seasoned_api/src/git/gitRepository.js
Normal file
@@ -0,0 +1,10 @@
|
||||
const assert = require('assert');
|
||||
|
||||
class GitRepository {
|
||||
|
||||
dumpHook(body) {
|
||||
console.log(body);
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = GitRepository;
|
||||
Reference in New Issue
Block a user