We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ddda46 commit 176937eCopy full SHA for 176937e
frontend/src/api/leetcode-dashboard.tsx
@@ -4,7 +4,8 @@ import {
4
NewQuestionData,
5
} from "@/types/find-match";
6
7
-const QUESTION_SERVICE = process.env.NEXT_PUBLIC_QUESTION_SERVICE;
+const QUESTION_SERVICE =
8
+ "https://question-service-598285527681.us-central1.run.app/api";
9
console.log(QUESTION_SERVICE);
10
11
export const createSingleLeetcodeQuestion = async (
0 commit comments