adding cors
This commit is contained in:
14
def/user.js
Normal file
14
def/user.js
Normal file
@@ -0,0 +1,14 @@
|
||||
class User {
|
||||
constructor(json){
|
||||
this.username = 'aeroreyna';
|
||||
this.following = [];
|
||||
this.lastUpdate = new Date();ß
|
||||
this.newsFeedCache = [];
|
||||
this.isGroup = false;
|
||||
}
|
||||
|
||||
newPost(){}
|
||||
newComment(){}
|
||||
newReaction(){}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user