From a93fcbac35be5942e36eae7f438758fa1daa6681 Mon Sep 17 00:00:00 2001 From: "Sebastian H. Gabrielli" Date: Thu, 4 Jan 2024 22:41:13 +0100 Subject: [PATCH] add https to gitgals api endpoint URI --- api.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.yaml b/api.yaml index b6b6a9b..f64a26e 100644 --- a/api.yaml +++ b/api.yaml @@ -9,7 +9,7 @@ info: name: Apache 2.0 url: http://www.apache.org/licenses/LICENSE-2.0.html servers: - - url: "api.gitgals.com" + - url: "https://api.gitgals.com" description: "GitGals API server" - url: "http://127.0.0.1:8000" description: "Local test"