* Reverted shutdown mechanism
* Socket authentication fix for Cloudflare users
- Cloudflare formats headers
* Steam auth verbose
* Upload artifacts to CDN and send Discord webhook link in #dev
This commit is contained in:
@@ -58,7 +58,6 @@ route.router.post('/v1/cleargroup',
|
||||
APIUtils.Authentication,
|
||||
APIUtils.AuthenticationType(AuthType.Game),
|
||||
express.json(),
|
||||
APIUtils.logBody,
|
||||
APIUtils.validateRequestBody(ClearGroupRequestSchema),
|
||||
|
||||
(rq: express.Request<NoBody, NoBody, ClearGroupRequestBody>, rs: express.Response) => {
|
||||
|
||||
@@ -33,7 +33,6 @@ route.router.get('/v2',
|
||||
async (_rq, rs) => {
|
||||
|
||||
const settings = await rs.locals.profile.Settings.getSettings();
|
||||
log.d(`settings res: ${JSON.stringify(settings)}`);
|
||||
rs.json(settings);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user