Skip to content

Commit

Permalink
update: Routes for Improved URL Structure (#697)
Browse files Browse the repository at this point in the history
Resolves: #669
  • Loading branch information
Kritik-J authored Oct 25, 2023
1 parent a057cc0 commit f0e3580
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
10 changes: 5 additions & 5 deletions frontend/webapp/utils/constants/routes.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
export const ROUTES = {
SETUP: "/setup",
OVERVIEW: "/overview",
SOURCES: "/overview/sources",
DESTINATIONS: "/overview/destinations",
SOURCES: "/sources",
DESTINATIONS: "/destinations",
NEW_DESTINATION: "/setup?state=destinations",
MANAGE_DESTINATION: "/overview/destinations/create/form?dest=",
MANAGE_DESTINATION: "/destinations/create/form?dest=",
UPDATE_DESTINATION: "destinations/manage?dest=",
CREATE_DESTINATION: "destinations/create",
CREATE_SOURCE: "/overview/sources/create",
MANAGE_SOURCE: "/overview/sources/manage",
CREATE_SOURCE: "/sources/create",
MANAGE_SOURCE: "/sources/manage",
};

0 comments on commit f0e3580

Please sign in to comment.