mirror of
https://github.com/ragestudio/linebridge.git
synced 2025-06-09 18:44:17 +00:00
14 lines
257 B
JSON
Executable File
14 lines
257 B
JSON
Executable File
[
|
|
{
|
|
"method": "PUT",
|
|
"route": "/upload",
|
|
"controller": "filecontroller",
|
|
"fn": "set"
|
|
},
|
|
{
|
|
"method": "GET",
|
|
"route": "/resources",
|
|
"controller": "filecontroller",
|
|
"fn": "get"
|
|
}
|
|
] |