2021-03-19 19:04:22 +01:00
|
|
|
{
|
|
|
|
"routes": [
|
|
|
|
{
|
|
|
|
"method": "GET",
|
2021-03-19 21:50:23 +01:00
|
|
|
"path": "/export",
|
2021-03-24 16:22:03 +01:00
|
|
|
"handler": "config.exportAll",
|
2021-03-19 21:50:23 +01:00
|
|
|
"config": {
|
|
|
|
"policies": []
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"method": "GET",
|
|
|
|
"path": "/import",
|
2021-03-24 16:22:03 +01:00
|
|
|
"handler": "config.importAll",
|
2021-03-19 19:04:22 +01:00
|
|
|
"config": {
|
|
|
|
"policies": []
|
|
|
|
}
|
2021-03-20 03:20:48 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"method": "GET",
|
2021-03-24 18:38:36 +01:00
|
|
|
"path": "/diff",
|
|
|
|
"handler": "config.getDiff",
|
2021-03-20 03:20:48 +01:00
|
|
|
"config": {
|
|
|
|
"policies": []
|
|
|
|
}
|
2021-03-19 19:04:22 +01:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|