|
@@ -24,11 +24,11 @@ from drf_yasg import openapi
|
|
|
|
|
|
schema_view = get_schema_view(
|
|
schema_view = get_schema_view(
|
|
openapi.Info(
|
|
openapi.Info(
|
|
- title="Snippets API",
|
|
|
|
|
|
+ title="ELO API Definitions",
|
|
default_version='v1',
|
|
default_version='v1',
|
|
- description="Test description",
|
|
|
|
- terms_of_service="https://www.google.com/policies/terms/",
|
|
|
|
- contact=openapi.Contact(email="contact@snippets.local"),
|
|
|
|
|
|
+ description="Used by ICI Bucharest",
|
|
|
|
+ #terms_of_service="Used by ICI Bucharest",
|
|
|
|
+ contact=openapi.Contact(email="mihai.apostol@ici.ro"),
|
|
license=openapi.License(name="BSD License"),
|
|
license=openapi.License(name="BSD License"),
|
|
),
|
|
),
|
|
public=True,
|
|
public=True,
|