Skip to content

Commit

Permalink
Update api.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
AlfieJones committed Mar 1, 2024
1 parent 0d93ae1 commit c985791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/libs/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export interface CustomProps {
}

export const createAPI = (extraHeaders: Record<string, string> = {}) =>
getAPI<Services, CustomProps>(BACKEND_URL, (url, options) =>
getAPI<Services, CustomProps>(BACKEND_URL!, (url, options) =>
fetch(url, {
...options,
headers: {
Expand Down

0 comments on commit c985791

Please sign in to comment.