Skip to content

Commit afadc35

Browse files
committed
Make ticket route public
1 parent 433fbad commit afadc35

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)