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

Reviewed-on: #86
This commit is contained in:
zelda 2025-07-21 17:07:39 +10:00
commit e48f498348
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 = [