A
Size: a a a
A
Y💜
A
Y💜
A
н
A

Y💜
Y💜
A
н
S
ВВ
ok good на урле localhost:3334const express express = require('express');
const https https = require('https');
const app = expressexpress();
const httpsServer = httpshttps.createServer(
{
key: ’…’,
cert: ‘…’,
},
app,
);
app.get('*', (req, res) => {
res.send('ok good');
});
httpsServer.listen(
{
port: 3334,
},
() => {
consoleconsole.log('works fine');
},
);ВВ
ВВ
S🛸
I
ВВ
ВВ
I