Merge pull request 'Deploy to production' (#86) from main into staging
Reviewed-on: #86
This commit is contained in:
commit
e48f498348
|
|
@ -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