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:
parent
3bf01b803a
commit
cb7a6d63af
@ -25,8 +25,8 @@ openapi: 3.0.0
|
|||||||
servers:
|
servers:
|
||||||
- description: Local host.
|
- description: Local host.
|
||||||
url: 'http://localhost:4242/api'
|
url: 'http://localhost:4242/api'
|
||||||
- description: Unleash Open-Soruce Demo.
|
- description: Unleash Open-Source Demo.
|
||||||
url: 'https://unleash.herokuapp.com/api'
|
url: 'http://unleash.herokuapp.com/api'
|
||||||
tags:
|
tags:
|
||||||
- name: Archive
|
- name: Archive
|
||||||
description: Handling Feature Toggle archiving and un-archiving
|
description: Handling Feature Toggle archiving and un-archiving
|
||||||
|
Loading…
Reference in New Issue
Block a user