From 12412e05a754e3671501dc3925e88ad6cf1b8fe9 Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Wed, 16 Feb 2022 13:33:45 +0100 Subject: [PATCH] removal double entry --- src/Bundle/ChillMainBundle/chill.api.specs.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/Bundle/ChillMainBundle/chill.api.specs.yaml b/src/Bundle/ChillMainBundle/chill.api.specs.yaml index 73774bb82..fa82a58cd 100644 --- a/src/Bundle/ChillMainBundle/chill.api.specs.yaml +++ b/src/Bundle/ChillMainBundle/chill.api.specs.yaml @@ -803,14 +803,4 @@ paths: application/json: schema: $ref: '#/components/schemas/UserJob' - /1.0/main/civility.json: - get: - tags: - - civility - summary: Return all civility types - responses: - 200: - description: "ok" - 401: - description: "Unauthorized"