1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Removed invalid contact email

This commit is contained in:
Jeremy Stretch
2019-08-02 15:02:29 -04:00
parent 3a2fc43542
commit 068a0e2257

View File

@ -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'],