mirror of
https://github.com/woodchen-ink/Edgeone_CleanCache.git
synced 2025-07-18 05:51:57 +08:00
29 lines
566 B
JSON
29 lines
566 B
JSON
{
|
|
"conf": {},
|
|
"routes": [
|
|
{
|
|
"routePath": "/api/clean-eo-cache",
|
|
"mountPath": "/api",
|
|
"method": "",
|
|
"module": [
|
|
"api/clean-eo-cache.js:onRequest"
|
|
]
|
|
},
|
|
{
|
|
"routePath": "/api/clean-eo-cache",
|
|
"mountPath": "/api",
|
|
"method": "POST",
|
|
"module": [
|
|
"api/clean-eo-cache.js:onRequestPost"
|
|
]
|
|
},
|
|
{
|
|
"routePath": "/api/clean-eo-cache",
|
|
"mountPath": "/api",
|
|
"method": "OPTIONS",
|
|
"module": [
|
|
"api/clean-eo-cache.js:onRequestOptions"
|
|
]
|
|
}
|
|
]
|
|
} |