mirror of
https://github.com/spacebarchat/server.git
synced 2026-08-22 14:09:56 +00:00
more async io
This commit is contained in:
@@ -30,7 +30,7 @@ router.get(
|
||||
},
|
||||
},
|
||||
}),
|
||||
async (req: Request, res: Response) => {
|
||||
(req: Request, res: Response) => {
|
||||
const config = ConnectionConfig.get();
|
||||
|
||||
Object.keys(config).forEach((key) => {
|
||||
|
||||
Reference in New Issue
Block a user