mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-30 20:02:52 +03:00
fix openapi.yml
This commit is contained in:
parent
95988a5c8e
commit
ff77e8243c
1 changed files with 2 additions and 2 deletions
|
@ -2042,7 +2042,7 @@ components:
|
||||||
duration: 30
|
duration: 30
|
||||||
price: 10
|
price: 10
|
||||||
currency: USD
|
currency: USD
|
||||||
color: #a1b2c3
|
color: '#123456'
|
||||||
location: Test Street 1A, 12345 Some State, Some Place
|
location: Test Street 1A, 12345 Some State, Some Place
|
||||||
description: This is a test service.
|
description: This is a test service.
|
||||||
availabilitiesType: flexible
|
availabilitiesType: flexible
|
||||||
|
@ -2079,7 +2079,7 @@ components:
|
||||||
duration: 30
|
duration: 30
|
||||||
price: 10
|
price: 10
|
||||||
currency: USD
|
currency: USD
|
||||||
color: #a1b2c3
|
color: '#123456'
|
||||||
location: Test Street 1A, 12345 Some State, Some Place
|
location: Test Street 1A, 12345 Some State, Some Place
|
||||||
description: This is a test service.
|
description: This is a test service.
|
||||||
availabilitiesType: flexible
|
availabilitiesType: flexible
|
||||||
|
|
Loading…
Reference in a new issue