Merge branch 'db' of github.com:logspace-ai/langflow into db
This commit is contained in:
commit
f4dcc5da5c
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ const Router = () => {
|
|||
<Route path="/flow/:id/">
|
||||
<Route path="" element={<FlowPage />} />
|
||||
</Route>
|
||||
<Route path="*" element={<HomePage/>}/>
|
||||
</Routes>
|
||||
);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue