Fix developers url and remove webhook url error (#4120)

Fix developers url + remove webhook url error

Co-authored-by: Thomas Trompette <thomast@twenty.com>
This commit is contained in:
Thomas Trompette
2024-02-21 16:25:35 +01:00
committed by GitHub
parent f977164fee
commit 161d02620a
2 changed files with 5 additions and 5 deletions

View File

@ -137,14 +137,14 @@ export const App = () => {
path={SettingsPath.NewObject}
element={<SettingsNewObject />}
/>
<Route
path={SettingsPath.Developers}
element={<SettingsDevelopers />}
/>
<Route
path={AppPath.DevelopersCatchAll}
element={
<Routes>
<Route
path={SettingsPath.Developers}
element={<SettingsDevelopers />}
/>
<Route
path={SettingsPath.DevelopersNewApiKey}
element={<SettingsDevelopersApiKeysNew />}