Skip to content

Commit

Permalink
Modified routes for sandbox in new setup
Browse files Browse the repository at this point in the history
  • Loading branch information
dimittal committed Aug 2, 2024
1 parent a43fe79 commit 43fd84c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions web/src/routes.ts
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
import { PageKeys } from "./pageKeys";

export const routes = {
[PageKeys.LOGIN]: "/login",
[PageKeys.SIGNUP]: "/signup",
[PageKeys.RESET_PASSWORD]: "/reset-password",
[PageKeys.OAUTH_CALLBACK]: "/oauth/callback/:oauthId",
[PageKeys.PLAYBOOKS_CREATE]: "/playbooks/create",
[PageKeys.PLAYBOOK_VIEW]: "/playbooks/:playbook_id",
[PageKeys.PLAYBOOK_LOGS]: "/playbooks/logs/:playbook_run_id",
[PageKeys.PLAYBOOK_EDIT]: "/playbooks/edit/:playbook_id",
[PageKeys.HOME]: "/",
[PageKeys.SETTINGS]: "/settings",
[PageKeys.PLAYBOOKS]: "/playbooks",
[PageKeys.PLAYBOOK_EXECUTIONS_LIST]: "/playbooks/executions/list",
[PageKeys.PLAYBOOK_EXECUTIONS]: "/playbooks/executions/:id",
Expand All @@ -25,8 +20,5 @@ export const routes = {
[PageKeys.DATA_SOURCES]: "/data-sources",
[PageKeys.CONNECTOR_PAGE]: "/data-sources/:connectorEnum",
[PageKeys.CONNECTOR_PAGE_ID]: "/data-sources/:connectorEnum/:id",
[PageKeys.API_TOKENS]: "/settings/api-keys",
[PageKeys.INVITE_TEAM]: "/settings/invite-team",
[PageKeys.SUPPORT]: "/support",
[PageKeys.NOT_FOUND]: "*",
};

0 comments on commit 43fd84c

Please sign in to comment.