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