strapi-plugin-ctrip-apollo
Version:
This is the plugin using for ctrip apollo to manager strapi application configuration.
37 lines (36 loc) • 675 B
JSON
{
"routes": [
{
"method": "GET",
"path": "/reload",
"handler": "CtripApollo.reload",
"config": {
"policies": []
}
},
{
"method": "GET",
"path": "/environments",
"handler": "CtripApollo.getEnvironments",
"config": {
"policies": []
}
},
{
"method": "GET",
"path": "/settings/:environment",
"handler": "CtripApollo.getSettings",
"config": {
"policies": []
}
},
{
"method": "PUT",
"path": "/settings/:environment",
"handler": "CtripApollo.updateSettings",
"config": {
"policies": []
}
}
]
}