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