We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8218a7 commit 9feaca1Copy full SHA for 9feaca1
src/pages/feeds/feeds.js
@@ -184,7 +184,7 @@ async function fetchRandomObjkts() {
184
const getRestrictedAddresses = async () =>
185
await axios
186
.get(
187
- 'https://raw.githubusercontent.com/hicetnunc2000/hicetnunc/main/filters/w.json'
+ 'https://raw.githubusercontent.com/hicetnunc2000/hicetnunc-reports/main/filters/w.json'
188
)
189
.then((res) => res.data)
190
0 commit comments