Sfoglia il codice sorgente

Removed invalid contact email

Jeremy Stretch 6 anni fa
parent
commit
068a0e2257
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      netbox/netbox/urls.py

+ 0 - 1
netbox/netbox/urls.py

@@ -15,7 +15,6 @@ schema_view = get_schema_view(
         default_version='v2',
         default_version='v2',
         description="API to access NetBox",
         description="API to access NetBox",
         terms_of_service="https://github.com/netbox-community/netbox",
         terms_of_service="https://github.com/netbox-community/netbox",
-        contact=openapi.Contact(email="netbox@digitalocean.com"),
         license=openapi.License(name="Apache v2 License"),
         license=openapi.License(name="Apache v2 License"),
     ),
     ),
     validators=['flex', 'ssv'],
     validators=['flex', 'ssv'],