We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d22c1f + afadc35 commit fc0f386Copy full SHA for fc0f386
frontend/src/api/client.ts
@@ -22,6 +22,7 @@ const ALLOWED_UNAUTHENTICATED_PATHS = [
22
'print',
23
'/order/',
24
'widget',
25
+ '/ticket/'
26
];
27
28
export const api = axios.create({
0 commit comments