1
0
mirror of synced 2024-12-04 19:17:58 +01:00

THAT NETWORK ICON BE GREEN LADS

This commit is contained in:
Rin 2022-07-11 11:38:21 +01:00
parent d5cd8f519f
commit ecd3795679

View File

@ -25,6 +25,7 @@ export default class StartupModule extends Module {
let r = res
.header('Server', 'v388 wangan')
.header('Content-Type', 'application/x-protobuf; revision=8053')
.header('Content-Length', end.length.toString())
.status(200);
r.send(Buffer.from(end));
})
@ -43,6 +44,7 @@ export default class StartupModule extends Module {
let r = res
.header('Server', 'v388 wangan')
.header('Content-Type', 'application/x-protobuf; revision=8053')
.header('Content-Length', end.length.toString())
.status(200);
r.send(Buffer.from(end));
})