mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-03-21 17:24:28 -05:00
fix: fixed wrong grpc config
This commit is contained in:
parent
c8fbfa068b
commit
d34bdabd14
|
|
@ -21,7 +21,7 @@ const stripe = new Stripe(config.stripe.secret_key);
|
|||
const router = new Router();
|
||||
const discordRest = new DiscordRest({ version: '10' }).setToken(config.discord.bot_token);
|
||||
|
||||
const gRPCApiChannel = createChannel(`${config.grpc.account.host}:${config.grpc.account.port}`);
|
||||
const gRPCApiChannel = createChannel(`${config.grpc.api.host}:${config.grpc.api.port}`);
|
||||
const gRPCApiClient = createClient(ApiServiceDefinition, gRPCApiChannel);
|
||||
|
||||
// Create OAuth client
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user