Skip to content

Commit

Permalink
refactor: fe api path
Browse files Browse the repository at this point in the history
moving /api to /api-proxy becuase of duplicate
  • Loading branch information
paring-chan committed Dec 26, 2023
1 parent b0d012c commit c83ad33
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/molecules/home/TopPlay.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
width="100%"
height="100%"
alt="Youtube Video Thumbnail"
src="/api/thumbnail/{getYoutubeVideoId(play.url)}"
src="/api-proxy/thumbnail/{getYoutubeVideoId(play.url)}"
/>
</a>

Expand Down
File renamed without changes.

0 comments on commit c83ad33

Please sign in to comment.