Quick fix based on tests.

This commit is contained in:
mike12345567 2023-08-17 16:51:11 +01:00
parent 95b8a4ea10
commit 4c6c0f3002
1 changed files with 1 additions and 1 deletions

View File

@ -37,5 +37,5 @@ start().catch(err => {
})
export function getServer() {
return app
return server
}