mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-15 19:52:52 -06:00
Removed invalid contact email
This commit is contained in:
parent
3a2fc43542
commit
068a0e2257
@ -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'],
|
||||
|
Loading…
Reference in New Issue
Block a user