Moved eveything related to the api to a seperate folder seasoned_api.
This commit is contained in:
8
seasoned_api/src/media_classes/user.js
Normal file
8
seasoned_api/src/media_classes/user.js
Normal file
@@ -0,0 +1,8 @@
|
||||
class User {
|
||||
constructor(id, title) {
|
||||
this.id = id;
|
||||
this.title = title;
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = User;
|
||||
Reference in New Issue
Block a user