mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-19 17:52:45 +02:00
update routes snapshot
This commit is contained in:
parent
9e480adf22
commit
a45d09cf2b
@ -317,6 +317,34 @@ exports[`returns all baseRoutes 1`] = `
|
|||||||
"title": "Addons",
|
"title": "Addons",
|
||||||
"type": "protected",
|
"type": "protected",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"component": [Function],
|
||||||
|
"menu": {},
|
||||||
|
"parent": "/integrations",
|
||||||
|
"path": "/integrations/create/:providerId",
|
||||||
|
"title": "Create",
|
||||||
|
"type": "protected",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"component": [Function],
|
||||||
|
"menu": {},
|
||||||
|
"parent": "/integrations",
|
||||||
|
"path": "/integrations/edit/:addonId",
|
||||||
|
"title": "Edit",
|
||||||
|
"type": "protected",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"component": [Function],
|
||||||
|
"flag": "integrationsRework",
|
||||||
|
"hidden": false,
|
||||||
|
"menu": {
|
||||||
|
"advanced": true,
|
||||||
|
"mobile": true,
|
||||||
|
},
|
||||||
|
"path": "/integrations",
|
||||||
|
"title": "Integrations",
|
||||||
|
"type": "protected",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"component": [Function],
|
"component": [Function],
|
||||||
"flag": "SE",
|
"flag": "SE",
|
||||||
|
Loading…
Reference in New Issue
Block a user