Skip to content

Commit

Permalink
Update ky-config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
WinnyDrancourt authored Feb 17, 2025
1 parent 9663436 commit 0df3783
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/api/ky-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import Cookies from "js-cookie";
export const BASE_URL = "http://127.00.1:3000/api";

export const kyInstance = ky.create({
credentials: "include",
hooks: {
beforeRequest: [
(request) => {
Expand Down

0 comments on commit 0df3783

Please sign in to comment.