Skip to content

Commit

Permalink
build: rebuild damn pages
Browse files Browse the repository at this point in the history
  • Loading branch information
DanyaIzm committed Dec 18, 2024
1 parent ec91aa0 commit b63c1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fetcher.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const BASE_BACKEND_URL = import.meta.env.VITE_BACKEND_HOST;

console.log(BASE_BACKEND_URL);
console.log(BASE_BACKEND_URL, "123");

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

0 comments on commit b63c1df

Please sign in to comment.