linebridge/example/endpoints.json
2021-10-05 10:18:16 +02:00

14 lines
257 B
JSON
Executable File

[
{
"method": "PUT",
"route": "/upload",
"controller": "filecontroller",
"fn": "set"
},
{
"method": "GET",
"route": "/resources",
"controller": "filecontroller",
"fn": "get"
}
]