Skip to content

Commit

Permalink
Merge pull request #118 from HiEventsDev/develop
Browse files Browse the repository at this point in the history
Make ticket route public
  • Loading branch information
daveearley authored Aug 2, 2024
2 parents 8d22c1f + afadc35 commit fc0f386
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/api/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const ALLOWED_UNAUTHENTICATED_PATHS = [
'print',
'/order/',
'widget',
'/ticket/'
];

export const api = axios.create({
Expand Down

0 comments on commit fc0f386

Please sign in to comment.