update community api to released ver

pull/484/head
Brad Chiappetta 2021-03-26 11:19:40 -04:00
parent 714eb425c6
commit 5e20ea0dc0
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ def handler(q=False): # noqa: C901
if request["config"]["api_type"] and request["config"]["api_type"] == "enterprise":
greynoise_api_url = "https://api.greynoise.io/v2/noise/quick/"
else:
greynoise_api_url = "https://api.dev.greynoise.io/v3/community/"
greynoise_api_url = "https://api.greynoise.io/v3/community/"
headers = {
"Accept": "application/json",