mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-08-20 07:36:54 -05:00
fix: fixed wrong grpc config
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user