Compare commits

...

3 Commits

Author SHA1 Message Date
zelda 9ad62d28aa Merge pull request 'Deploy to production' (#87) from staging into production
Reviewed-on: #87
2025-07-21 17:08:07 +10:00
zelda e48f498348 Merge pull request 'Deploy to production' (#86) from main into staging
Reviewed-on: #86
2025-07-21 17:07:39 +10:00
Admin 05d87c367e add api get scrape items 2025-07-21 14:07:15 +07: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 = [