add https to gitgals api endpoint URI
This commit is contained in:
parent
82c2e4245f
commit
a93fcbac35
2
api.yaml
2
api.yaml
@ -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"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user