diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b43488c214b62661db641e6bdb9f9688f5a185f2..85dd4f992a6b385a81eeb0ec10c39e6322adfb95 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ image: docker:19.03.12 variables: DOCKER_TLS_CERTDIR: "/certs" - IMAGE_VER: 2.1.0 + IMAGE_VER: 2.1.1 services: - docker:19.03.12-dind diff --git a/openapi.yaml b/openapi.yaml index 1b59267fe853bac1b1de73fe89eb4bf7e961d6d6..744a0cac2f4ed646848fde854c72787602c380ac 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -15,8 +15,10 @@ info: servers: - url: https://cf2021.pirati.cz/api description: Production server - - url: http://127.0.0.1:3000/api + - url: https://cf2021.pir-test.eu/api description: Developement server + - url: http://127.0.0.1:3000/api + description: Local server components: securitySchemes: @@ -365,7 +367,6 @@ paths: - type - start - name - - description responses: 201: description: Event created