mirror of
https://git.mirrors.martin98.com/https://github.com/jina-ai/reader
synced 2025-04-18 11:50:00 +08:00
fix: serp usage
This commit is contained in:
parent
f4d0eade60
commit
1bf0568489
@ -67,7 +67,7 @@ export class SerpHost extends RPCHost {
|
||||
Object.assign(indexObject, {
|
||||
usage1: 'https://r.jina.ai/YOUR_URL',
|
||||
usage2: 'https://s.jina.ai/YOUR_SEARCH_QUERY',
|
||||
usage3: `${ctx.origin}/search/YOUR_SEARCH_QUERY`,
|
||||
usage3: `${ctx.origin}/?q=YOUR_SEARCH_QUERY`,
|
||||
homepage: 'https://jina.ai/reader',
|
||||
sourceCode: 'https://github.com/jina-ai/reader',
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user