Skip to content

Commit

Permalink
Merge pull request #65 from LikeLion-at-DGU/develop
Browse files Browse the repository at this point in the history
Deploy
  • Loading branch information
sayyyho authored Oct 4, 2024
2 parents d7fb547 + 89dfd50 commit 9a1324c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/router.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ export const router = createBrowserRouter([
path: "/:booth_id/:day/:category/:location/:is_night/:is_reservable",
element: <BoothPage />,
},
{
path: "/booth-test",
element: <BoothPage />,
},
//개발자페이지

{ path: "/about", element: <AboutPage /> },
Expand Down

0 comments on commit 9a1324c

Please sign in to comment.