Skip to content

Commit fc0f386

Browse files
authored
Merge pull request #118 from HiEventsDev/develop
Make ticket route public
2 parents 8d22c1f + afadc35 commit fc0f386

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/api/client.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ const ALLOWED_UNAUTHENTICATED_PATHS = [
2222
'print',
2323
'/order/',
2424
'widget',
25+
'/ticket/'
2526
];
2627

2728
export const api = axios.create({

0 commit comments

Comments
 (0)