Skip to content

Commit

Permalink
db-tabulator: fix typo in link prefix
Browse files Browse the repository at this point in the history
!web-restart
  • Loading branch information
siddharthvp committed Jun 9, 2024
1 parent b9ed4e3 commit 98b4f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db-tabulator/preprocess.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export async function applyJsPreprocessing(rows: Record<string, string>[], jsCod
'https://en.wikipedia.org/api/rest_v1/', // Wikimedia REST API
'https://wikimedia.org/api/rest_v1/', // Wikimedia REST API
'https://en.wikipedia.org/w/rest.php/', // MediaWiki REST API
'https://en.wikipedia/org/w/api.php?', // Action API
'https://en.wikipedia.org/w/api.php?', // Action API
'https://api.wikimedia.org/', // Wikimedia API gateway
];

Expand Down

0 comments on commit 98b4f8b

Please sign in to comment.