From 29ae78042133b2613df6b0add5f54b1745d6fbd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Thu, 3 Dec 2020 21:20:52 +0100 Subject: [PATCH] fix: add heroku server to openapi servers --- docs/api/oas/openapi.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/api/oas/openapi.yaml b/docs/api/oas/openapi.yaml index 40f60cd29b..399d6f2198 100644 --- a/docs/api/oas/openapi.yaml +++ b/docs/api/oas/openapi.yaml @@ -25,6 +25,8 @@ openapi: 3.0.0 servers: - description: Local host. url: 'http://localhost:4242/api' + - description: Unleash Open-Soruce Demo. + url: 'https://unleash.herokuapp.com/api' tags: - name: Archive description: Handling Feature Toggle archiving and un-archiving