Skip to content

Commit

Permalink
fix url address
Browse files Browse the repository at this point in the history
  • Loading branch information
bahram1249 committed Mar 9, 2024
1 parent 9ff0d23 commit 0272dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/ui/public/src/discountcoffe/qrscan/qrscan.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function checkRequest(reserveId) {
success: function (data) {
// redirect
window.location.href =
'/discountcoffe/admin/coffereports?reserveId=' + data.result.id;
'/discountcoffe/admin/reservers?reserveId=' + data.result.id;
},
error: (XMLHttpRequest, textStatus, error) => {
errorJson(XMLHttpRequest, textStatus, error);
Expand Down

0 comments on commit 0272dbc

Please sign in to comment.