Skip to content

Commit

Permalink
Merge pull request #34 from ifspcbt-devspace/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
oproprioleonardo authored Oct 26, 2024
2 parents 686c94b + 3b8bbe7 commit 8be66f7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ const nextConfig = {
destination: '/admin/ticket/check-in/:id',
permanent: false,
},
{
source: '/admin/ticket/:id/check',
destination: '/admin/ticket/check-in/:id',
permanent: false,
}
]
},

Expand Down

0 comments on commit 8be66f7

Please sign in to comment.