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

fix: typo in OAS servers

This commit is contained in:
Ivar Conradi Østhus 2020-12-03 21:34:01 +01:00
parent 3bf01b803a
commit cb7a6d63af

View File

@ -25,8 +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'
- description: Unleash Open-Source Demo.
url: 'http://unleash.herokuapp.com/api'
tags:
- name: Archive
description: Handling Feature Toggle archiving and un-archiving