diff --git a/api/src/rpc.ts b/api/src/rpc.ts index fe72a89..70ce5d1 100644 --- a/api/src/rpc.ts +++ b/api/src/rpc.ts @@ -12,7 +12,7 @@ const startApp = async () => { server.addService(PokeshopService, PokemonRpcService); - server.bindAsync(`0.0.0.0:${RPC_PORT}`, ServerCredentials.createInsecure(), error => { + server.bindAsync(`:${RPC_PORT}`, ServerCredentials.createInsecure(), error => { if (error) { console.log(error) }