Fix some default value
Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>
This commit is contained in:
parent
754d8dbf64
commit
1d27e61029
@ -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",
|
||||
},
|
||||
},
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user