Compare commits
3 Commits
fa6a094e25
...
9ad62d28aa
| Author | SHA1 | Date |
|---|---|---|
|
|
9ad62d28aa | |
|
|
e48f498348 | |
|
|
05d87c367e |
|
|
@ -30,6 +30,10 @@ export const clientExcludeAuth = [
|
|||
path: 'bids/hook-action',
|
||||
method: RequestMethod.POST,
|
||||
},
|
||||
{
|
||||
path: 'scrap-items',
|
||||
method: RequestMethod.GET,
|
||||
},
|
||||
] as (string | RouteInfo)[];
|
||||
|
||||
export const excludeAuthor = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue