Skip to content

Commit

Permalink
Test fixture: DO NOT MERGE
Browse files Browse the repository at this point in the history
  • Loading branch information
F-X64 committed Aug 24, 2023
1 parent 5420d9a commit a161939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/ImageTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ export const ImageTable: React.FunctionComponent = () => {
}, [])

const loadImageData = () => {
fetch('https://imagedirectory.cloud/images/v2/all', {
fetch('https://staging.imagedirectory.cloud/images/v2/all', {
method: 'get',
})
.then(res => res.json())
Expand Down

0 comments on commit a161939

Please sign in to comment.