Skip to content

Commit

Permalink
style(common.ts): Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
johanravn committed Oct 20, 2024
1 parent f62c254 commit 571dcf6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 2 deletions.
File renamed without changes.
1 change: 0 additions & 1 deletion front/.env.production

This file was deleted.

1 change: 0 additions & 1 deletion front/src/lib/api/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { GetManySchema } from "@/lib/schemas";
export const HOST = `${process.env.NEXT_PUBLIC_BACKEND_HOST}`;
export const BASE_ROUTE = `/api/v1`;


export const instance = axios.create({
withCredentials: true,
baseURL: HOST,
Expand Down

0 comments on commit 571dcf6

Please sign in to comment.