Skip to content

Commit

Permalink
테스트용 헤더 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
minkyu97 committed Dec 31, 2023
1 parent aded48e commit 44fd8e6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/apis/utility.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import { getSsoToken } from "./auth";
import { BASE_URL } from "./environment";

const defaultCommonHeader = {
"waffle-user-id": "3",
};
const defaultCommonHeader = {};

const authorizedHeader = (token: string | null) => ({
Authorization: `Bearer ${token}`,
Expand Down

0 comments on commit 44fd8e6

Please sign in to comment.