Create the API module
This commit is contained in:
parent
14d39b2599
commit
79146983da
2 changed files with 12 additions and 2 deletions
10
scripts/API.JS
Normal file
10
scripts/API.JS
Normal file
|
@ -0,0 +1,10 @@
|
|||
class DBManagement {};
|
||||
DBManagement.Activities = require(`./database/management/management_activity.JS`);
|
||||
DBManagement.Users = require(`./database/management/management_user.JS`);
|
||||
|
||||
class ExerciseTrackerAPI {
|
||||
constructor() {
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = ExerciseTrackerAPI;
|
Loading…
Add table
Add a link
Reference in a new issue