add https to gitgals api endpoint URI

This commit is contained in:
Sebastian H. Gabrielli 2024-01-04 22:41:13 +01:00
parent 82c2e4245f
commit a93fcbac35

View File

@ -9,7 +9,7 @@ info:
name: Apache 2.0 name: Apache 2.0
url: http://www.apache.org/licenses/LICENSE-2.0.html url: http://www.apache.org/licenses/LICENSE-2.0.html
servers: servers:
- url: "api.gitgals.com" - url: "https://api.gitgals.com"
description: "GitGals API server" description: "GitGals API server"
- url: "http://127.0.0.1:8000" - url: "http://127.0.0.1:8000"
description: "Local test" description: "Local test"