mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 17:13:25 +00:00
Quotes
This commit is contained in:
@@ -5,9 +5,9 @@ Make a fetcher to use with [movie-web/simple-proxy](https://github.com/movie-web
|
||||
## Example
|
||||
|
||||
```ts
|
||||
import { targets, makeProviders, makeDefaultFetcher, makeSimpleProxyFetcher } from "@movie-web/providers";
|
||||
import { targets, makeProviders, makeDefaultFetcher, makeSimpleProxyFetcher } from '@movie-web/providers';
|
||||
|
||||
const proxyUrl = "https://your.proxy.workers.dev/"
|
||||
const proxyUrl = 'https://your.proxy.workers.dev/'
|
||||
|
||||
const providers = makeProviders({
|
||||
fetcher: makeDefaultFetcher(fetch),
|
||||
|
Reference in New Issue
Block a user