Skip to content

Commit

Permalink
build: debug fucking github
Browse files Browse the repository at this point in the history
  • Loading branch information
DanyaIzm committed Dec 18, 2024
1 parent d7a774f commit 3924aa3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/fetcher.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
const BASE_BACKEND_URL = import.meta.env.VITE_BACKEND_HOST;

console.log(BASE_BACKEND_URL);

export const fetcher = async (url) => {
const res = await fetch(BASE_BACKEND_URL + url, { credentials: "include" });

Expand Down

0 comments on commit 3924aa3

Please sign in to comment.