THAT NETWORK ICON BE GREEN LADS
This commit is contained in:
parent
d5cd8f519f
commit
ecd3795679
@ -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));
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user