Skip to content

Commit 176937e

Browse files
committed
hahahardcode
1 parent 5ddda46 commit 176937e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/src/api/leetcode-dashboard.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ import {
44
NewQuestionData,
55
} from "@/types/find-match";
66

7-
const QUESTION_SERVICE = process.env.NEXT_PUBLIC_QUESTION_SERVICE;
7+
const QUESTION_SERVICE =
8+
"https://question-service-598285527681.us-central1.run.app/api";
89
console.log(QUESTION_SERVICE);
910

1011
export const createSingleLeetcodeQuestion = async (

0 commit comments

Comments
 (0)