From ae33f1b26cc32ea8dc33f38d251688d39619e6a1 Mon Sep 17 00:00:00 2001 From: Frederico Sabino <3332770+fmrsabino@users.noreply.github.com> Date: Fri, 16 Jun 2023 11:29:25 +0100 Subject: [PATCH] Remove contact field from Swagger (#876) Removes the contact field from the Swagger interface --- src/config/swagger_info.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/config/swagger_info.py b/src/config/swagger_info.py index f25b011c..0d92b6e9 100644 --- a/src/config/swagger_info.py +++ b/src/config/swagger_info.py @@ -4,6 +4,5 @@ title="Safe Config Service API", default_version="v1", description="Service that provides configuration information in the context of the Safe clients environment", - contact=openapi.Contact(email="safe@gnosis.io"), license=openapi.License(name="MIT License"), )