give myself something to do tomorrow
Matchmaking base
This commit is contained in:
@@ -21,6 +21,10 @@ route.router.post('/login',
|
||||
(_rq, rs) => {
|
||||
// temporary
|
||||
rs.sendStatus(200);
|
||||
// check for existing login
|
||||
// set login lock
|
||||
// init presence
|
||||
// use device_class from token request
|
||||
},
|
||||
|
||||
)
|
||||
Reference in New Issue
Block a user