mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-27 18:32:29 +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
|
||||
price: 10
|
||||
currency: USD
|
||||
color: #a1b2c3
|
||||
color: '#123456'
|
||||
location: Test Street 1A, 12345 Some State, Some Place
|
||||
description: This is a test service.
|
||||
availabilitiesType: flexible
|
||||
|
@ -2079,7 +2079,7 @@ components:
|
|||
duration: 30
|
||||
price: 10
|
||||
currency: USD
|
||||
color: #a1b2c3
|
||||
color: '#123456'
|
||||
location: Test Street 1A, 12345 Some State, Some Place
|
||||
description: This is a test service.
|
||||
availabilitiesType: flexible
|
||||
|
|
Loading…
Reference in a new issue