api: fix formatting
This commit is contained in:
parent
9549a7188b
commit
c95f8e8418
|
@ -149,8 +149,7 @@ info = openapi.Info(
|
||||||
default_version="v2",
|
default_version="v2",
|
||||||
contact=openapi.Contact(email="hello@beryju.org"),
|
contact=openapi.Contact(email="hello@beryju.org"),
|
||||||
license=openapi.License(
|
license=openapi.License(
|
||||||
name="GNU GPLv3",
|
name="GNU GPLv3", url="https://github.com/BeryJu/authentik/blob/master/LICENSE"
|
||||||
url="https://github.com/BeryJu/authentik/blob/master/LICENSE"
|
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
SchemaView = get_schema_view(
|
SchemaView = get_schema_view(
|
||||||
|
|
Reference in New Issue