Skip to content

Commit

Permalink
Update api.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
keyskull authored Jun 27, 2024
1 parent 8866608 commit dae949d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const fetchChannels = async () => {
};

export const fetchImage = async (imageId:string) => {
const response = await fetch(`${apiUrl}${API_BASE_URL}/media/${imageId}`);
const response = await fetch(`${API_BASE_URL}/media/${imageId}`);
return response.json();
};

Expand Down

0 comments on commit dae949d

Please sign in to comment.