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:
parent
c7c2f17bd0
commit
29ae780421
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user