Merge pull request 'Deploy to production' (#87) from staging into production

Reviewed-on: #87
This commit is contained in:
zelda 2025-07-21 17:08:07 +10:00
commit 9ad62d28aa
1 changed files with 4 additions and 0 deletions

View File

@ -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 = [