Skip to content

Commit

Permalink
try to fix the server
Browse files Browse the repository at this point in the history
  • Loading branch information
foxriver76 committed May 23, 2024
1 parent cf8a305 commit 1426cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ async function initWebServer(settings) {

try {
const webserver = new WebServer({
app: server.app,
app: requestProcessor,
adapter,
secure: adapter.config.secure
});
Expand Down

0 comments on commit 1426cbc

Please sign in to comment.