From 9660c31d3d5727539b66b07c024c428f0c2a2ff5 Mon Sep 17 00:00:00 2001 From: Ishaan Bahal Date: Fri, 11 Jan 2019 21:04:04 +0530 Subject: [PATCH] Removed repeated entryPoints.http from grpc.md --- docs/user-guide/grpc.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/user-guide/grpc.md b/docs/user-guide/grpc.md index d1ad358c9..38edda0f9 100644 --- a/docs/user-guide/grpc.md +++ b/docs/user-guide/grpc.md @@ -14,7 +14,6 @@ defaultEntryPoints = ["https"] [entryPoints] [entryPoints.http] address = ":80" - [entryPoints.http] [api]