1
0
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:
Tymoteusz Czech 2023-08-18 13:19:02 +02:00
parent 9e480adf22
commit a45d09cf2b
No known key found for this signature in database
GPG Key ID: 133555230D88D75F

View File

@ -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",