add api get scrape items
This commit is contained in:
parent
69610cbbb5
commit
05d87c367e
|
|
@ -30,6 +30,10 @@ export const clientExcludeAuth = [
|
||||||
path: 'bids/hook-action',
|
path: 'bids/hook-action',
|
||||||
method: RequestMethod.POST,
|
method: RequestMethod.POST,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
path: 'scrap-items',
|
||||||
|
method: RequestMethod.GET,
|
||||||
|
},
|
||||||
] as (string | RouteInfo)[];
|
] as (string | RouteInfo)[];
|
||||||
|
|
||||||
export const excludeAuthor = [
|
export const excludeAuthor = [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue