Skip to content

Commit

Permalink
🚀 Fix adding and updating
Browse files Browse the repository at this point in the history
  • Loading branch information
pitzzahh authored Nov 26, 2023
1 parent e2d209a commit 6154a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,5 +137,5 @@ export const fetchMovies = async (): Promise<Movie[]> => {
};

export const host: string = dev
? 'https://stunning-happiness-wqvgrw69494c56-5173.app.github.dev'
? 'https://stunning-happiness-wqvgrw69494c56-5174.app.github.dev'
: 'https://sveltekit-movie-watchlist.vercel.app';

0 comments on commit 6154a53

Please sign in to comment.