From 068a0e22573f16fb88c6eaca6fcf5240077ed3cc Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Fri, 2 Aug 2019 15:02:29 -0400 Subject: [PATCH] Removed invalid contact email --- netbox/netbox/urls.py | 1 - 1 file changed, 1 deletion(-) diff --git a/netbox/netbox/urls.py b/netbox/netbox/urls.py index b08454b9a..f39040baf 100644 --- a/netbox/netbox/urls.py +++ b/netbox/netbox/urls.py @@ -15,7 +15,6 @@ schema_view = get_schema_view( default_version='v2', description="API to access NetBox", terms_of_service="https://github.com/netbox-community/netbox", - contact=openapi.Contact(email="netbox@digitalocean.com"), license=openapi.License(name="Apache v2 License"), ), validators=['flex', 'ssv'],