Skip to content

Commit

Permalink
different capy api
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaliksi committed Jul 23, 2024
1 parent 5deb896 commit 4409da1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.
14 changes: 2 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -2304,7 +2304,7 @@ function fetchCapys() {
538, 715, 200, 279, 167, 14, 416, 271, 443, 212, 478, 194, 184, 60,
66, 62, 691, 427, 659, 730, 411, 734, 321,
];
return fetch(`https://api.capy.lol/v1/capybaras?random=true&take=${BATCH_SIZE}`)
return fetch(`https://capybaraapi.wobscale.lol/v1/capybaras?random=true&take=${BATCH_SIZE}`)
.then(response => {
if (!response.ok) {
return
Expand Down Expand Up @@ -2704,7 +2704,7 @@ function App() {
label="👎"
queue={queue}
setQueue={setQueue}
setName={setName}
setName={setName}
setCapy={setCapy}
setAlt={setAlt}
flashAction={() => {
Expand All @@ -2718,7 +2718,7 @@ function App() {
label="👍"
queue={queue}
setQueue={setQueue}
setName={setName}
setName={setName}
setCapy={setCapy}
setAlt={setAlt}
flashAction={() => {
Expand Down

0 comments on commit 4409da1

Please sign in to comment.