Работа над opds

This commit is contained in:
Book Pauk
2022-11-20 19:22:54 +07:00
parent 8a71c4040c
commit 037b42a5b4
3 changed files with 63 additions and 6 deletions

View File

@@ -5,7 +5,6 @@ const express = require('express');
const http = require('http');
const WebSocket = require ('ws');
const opds = require('./core/opds');
const utils = require('./core/utils');
const ayncExit = new (require('./core/AsyncExit'))();
@@ -155,6 +154,7 @@ async function main() {
if (devModule)
devModule.logQueries(app);
const opds = require('./core/opds');
opds(app, config);
initStatic(app, config);