2021-03-19 19:04:22 +01:00
|
|
|
{
|
|
|
|
"routes": [
|
|
|
|
{
|
|
|
|
"method": "GET",
|
2021-03-19 21:50:23 +01:00
|
|
|
"path": "/export",
|
|
|
|
"handler": "config.export",
|
|
|
|
"config": {
|
|
|
|
"policies": []
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"method": "GET",
|
|
|
|
"path": "/import",
|
|
|
|
"handler": "config.import",
|
2021-03-19 19:04:22 +01:00
|
|
|
"config": {
|
|
|
|
"policies": []
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|