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.
1 parent 433fbad commit afadc35Copy full SHA for afadc35
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