feat: add Integrations/Integration Details/New Database page (#4593)
Closes #4553
This commit is contained in:
@ -22,6 +22,7 @@ export enum SettingsPath {
|
||||
DevelopersApiKeyDetail = 'api-keys/:apiKeyId',
|
||||
Integrations = 'integrations',
|
||||
IntegrationDetail = 'integrations/:integrationKey',
|
||||
IntegrationNewDatabase = 'integrations/:integrationKey/new',
|
||||
DevelopersNewWebhook = 'webhooks/new',
|
||||
DevelopersNewWebhookDetail = 'webhooks/:webhookId',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user