Deploy to production #87

Merged
zelda merged 2 commits from staging into production 2025-07-21 17:08:07 +10:00
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 = [