Skip to content

Commit

Permalink
Merge pull request #5 from whyphi/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
jinyoungbang authored Apr 17, 2024
2 parents a66aa26 + eeaf92c commit 706b9e6
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/checkin/[id]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default function Checkin({ params }: { params: { id: string } }) {
return res.json();
})
.then((data) => {
router.push("https://bupct.com/");
router.push("/checkin/success");
})
.catch((err) => {
setError(err);
Expand Down
Loading

0 comments on commit 706b9e6

Please sign in to comment.