mirror of
https://github.com/spacebarchat/server.git
synced 2026-08-28 03:04:07 +00:00
Fix some default value
Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>
This commit is contained in:
@@ -23,7 +23,8 @@ router.get("/", route({}), (req: Request, res: Response) => {
|
||||
defaultApiVersion: api.defaultVersion ?? 9,
|
||||
apiEndpoint: api.endpointPublic ?? "/api",
|
||||
cdnEndpoint: cdn.endpointPublic ?? "/",
|
||||
gatewayEndpoint: gateway.endpointPublic ?? "/",
|
||||
gatewayEndpoint:
|
||||
gateway.endpointPublic ?? "ws://localhost:3001",
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user