Skip to content

Commit

Permalink
Remove contact field from Swagger (#876)
Browse files Browse the repository at this point in the history
Removes the contact field from the Swagger interface
  • Loading branch information
fmrsabino authored Jun 16, 2023
1 parent 2909237 commit ae33f1b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/config/swagger_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]"),
license=openapi.License(name="MIT License"),
)

0 comments on commit ae33f1b

Please sign in to comment.