1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

fix: add heroku server to openapi servers

This commit is contained in:
Ivar Conradi Østhus 2020-12-03 21:20:52 +01:00
parent c7c2f17bd0
commit 29ae780421

View File

@ -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