From fa6248e3ef2ae588210c26b3156cd888c6966dc5 Mon Sep 17 00:00:00 2001 From: Sabir Hassan Date: Sun, 17 Apr 2022 23:53:20 +0500 Subject: [PATCH] chore: swagger.yml updated --- api/public/swagger.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/api/public/swagger.yaml b/api/public/swagger.yaml index 8bf02be..6a7eafb 100644 --- a/api/public/swagger.yaml +++ b/api/public/swagger.yaml @@ -1272,8 +1272,6 @@ paths: examples: 'Example 1': value: {mode: desktop, cors: enable, whiteList: ['http://example.com', 'http://example2.com'], protocol: http} - 'Example 2': - value: {mode: server, cors: disable, whiteList: [], protocol: https} summary: 'Get server info (mode, cors, whiteList, protocol).' tags: - Info