Skip to content

Commit 4970745

Browse files
ignacioalvarolopez
authored andcommitted
remove misleading headers from the UI
1 parent 70c943b commit 4970745

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

deepaas/api/__init__.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,6 @@ async def get_app(swagger=True, doc="/ui", prefix="",
108108
title="DEEP as a Service API endpoint",
109109
info={
110110
"description": API_DESCRIPTION,
111-
"license": {
112-
"name": "Apache 2.0",
113-
"url": "http://www.apache.org/licenses/LICENSE-2.0.html",
114-
},
115-
"contact": {
116-
"email": "[email protected]"
117-
},
118111
},
119112
externalDocs={
120113
"description": "API documentation",

0 commit comments

Comments
 (0)