From 1f0eea61303dc50ca938cf8f96658b3df4924603 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=B5=E3=81=81?= Date: Sun, 7 May 2023 23:09:10 +0900 Subject: [PATCH] fix servers url MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ふぁ --- src/openapi/openapi-3.0.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openapi/openapi-3.0.yaml b/src/openapi/openapi-3.0.yaml index 04be490..a961264 100644 --- a/src/openapi/openapi-3.0.yaml +++ b/src/openapi/openapi-3.0.yaml @@ -11,7 +11,7 @@ info: url: https://raw.githubusercontent.com/fa0311/twitter-openapi/main/LICENSE.txt version: 0.0.1 servers: - - url: https://twitter.com/i/api/graphql + - url: https://twitter.com/i/api paths: {} components: