From 390c1464805fb6564465ae21bd213b68fdf68e6b Mon Sep 17 00:00:00 2001 From: Cristiano Hoshikawa Date: Sat, 21 Oct 2023 18:34:05 -0300 Subject: [PATCH] Including files --- index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.md b/index.md index 8d19df4..5b25256 100644 --- a/index.md +++ b/index.md @@ -16,7 +16,7 @@ "METHOD" : "GET", "PATH_PREFIX" : "/okecep", "PATH" : "/cep", - "ENDPOINT" : "http://129.153.138.208/cep", + "ENDPOINT" : "http://x.x.x.x/cep", "QUERY_PARAMETERS" : "cep", "GROOVY_SCRIPT" : "", "AUTHENTICATION_TYPE" : "BASIC", @@ -29,7 +29,7 @@ "METHOD" : "POST", "PATH_PREFIX" : "/dneonline", "PATH" : "/calculator", - "ENDPOINT" : "http://www.dneonline.com/calculator.asmx", + "ENDPOINT" : "http://www.example.com/calculator.asmx", "QUERY_PARAMETERS" : "", "GROOVY_SCRIPT" : "", "AUTHENTICATION_TYPE" : "BASIC",