2021-06-16 13:02:11 +02:00

14 lines
257 B
JSON

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