mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-07 18:34:10 +02:00
wip
This commit is contained in:
@@ -62,7 +62,7 @@ app.use(mount(require('./web')));
|
||||
|
||||
function createServer() {
|
||||
if (config.https) {
|
||||
const certs = {};
|
||||
const certs: any = {};
|
||||
Object.keys(config.https).forEach(k => {
|
||||
certs[k] = fs.readFileSync(config.https[k]);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user