Skip to content

Commit

Permalink
changed graph manager route
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyGermaneri committed Sep 24, 2023
1 parent a59935c commit ebd2efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/Manager/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default class GraphManager extends EditorModule {
constructor(config: Record<string, any>, app: App<Element>, hostRouter: Router) {
super();
hostRouter.addRoute('GraphManager', {
path: "/graphs",
path: "/",
name: "GraphManager",
component: _GraphManager,
});
Expand Down

0 comments on commit ebd2efe

Please sign in to comment.