mirror of
https://github.com/aljazceru/signal-cli-rest-api.git
synced 2025-12-20 16:14:29 +01:00
Add scheme to satisfy liblab
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
},
|
},
|
||||||
"host": "localhost:8080",
|
"host": "localhost:8080",
|
||||||
"basePath": "/",
|
"basePath": "/",
|
||||||
|
"schemes": ["http"],
|
||||||
"paths": {
|
"paths": {
|
||||||
"/v1/about": {
|
"/v1/about": {
|
||||||
"get": {
|
"get": {
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
host: localhost:8080
|
host: localhost:8080
|
||||||
basePath: /
|
basePath: /
|
||||||
|
schemes:
|
||||||
|
- http
|
||||||
definitions:
|
definitions:
|
||||||
api.AddDeviceRequest:
|
api.AddDeviceRequest:
|
||||||
properties:
|
properties:
|
||||||
|
|||||||
Reference in New Issue
Block a user