Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
treipatru committed Jul 15, 2024
1 parent fec2c02 commit cc3c9a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/msw/handlers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const {
MASTODON_BASE_URL,
MOVIEDB_API_URL,
} = process.env;
console.log(process.env.MASTODON_BASE_URL);
console.log(process.env);
export const ENDPOINTS = {
mastodon: {
homeTimeline: `${MASTODON_BASE_URL}/api/v1/timelines/home`,
Expand Down

0 comments on commit cc3c9a3

Please sign in to comment.