1
0
Fork 0
mirror of synced 2024-07-04 22:11:23 +12:00

Quick fix based on tests.

This commit is contained in:
mike12345567 2023-08-17 16:51:11 +01:00
parent 95b8a4ea10
commit 4c6c0f3002

View file

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