Skip to content

Commit

Permalink
build: wir wi wir wir wir
Browse files Browse the repository at this point in the history
  • Loading branch information
DanyaIzm committed Dec 18, 2024
1 parent b63c1df commit f779ad9
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, "123");
console.log(BASE_BACKEND_URL, "1235");

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

0 comments on commit f779ad9

Please sign in to comment.