Skip to content

Commit abf14ad

Browse files
rahulkeerthiclaude
andcommitted
fix: correct RapidAPI URL to withqwerty-withqwerty-default
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent abb3f1b commit abf14ad

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ The Reep API provides the same data as the CSVs, plus proprietary provider mappi
172172

173173
**API-exclusive providers** (not in CSVs): Understat, WhoScored, Opta Code (FPL), Club Elo, SportMonks, API-Football.
174174

175-
Available on [RapidAPI](https://rapidapi.com/withqwerty-Default/api/the-reep-register) with free and paid tiers.
175+
Available on [RapidAPI](https://rapidapi.com/withqwerty-withqwerty-default/api/the-reep-register) with free and paid tiers.
176176

177177
## CLI
178178

src/worker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default {
3232
const isBypass = env.BYPASS_KEY && bypassKey === env.BYPASS_KEY;
3333

3434
if (env.RAPIDAPI_PROXY_SECRET && !isRapidApi && !isBypass) {
35-
return json({ error: "Unauthorized. Subscribe at https://rapidapi.com/withqwerty-Default/api/the-reep-register" }, 401);
35+
return json({ error: "Unauthorized. Subscribe at https://rapidapi.com/withqwerty-withqwerty-default/api/the-reep-register" }, 401);
3636
}
3737

3838
if (path === "/" || path === "") {

0 commit comments

Comments
 (0)