linebridge/example/endpoints.json
2021-10-05 10:08:35 +02:00

14 lines
257 B
JSON

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