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 83daf67 commit efd7777Copy full SHA for efd7777
frontend/src/api/leetcode-dashboard.tsx
@@ -2,7 +2,7 @@ import { QuestionAll, QuestionFull, NewQuestionData } from "@/types/find-match";
2
3
const QUESTION_SERVICE =
4
process.env.NEXT_PUBLIC_QUESTION_SERVICE ||
5
- "https://question-service-598285527681.us-central1.run.app/api";
+ "https://question-service-2-598285527681.us-central1.run.app/api";
6
7
export const createSingleLeetcodeQuestion = async (
8
data: NewQuestionData
0 commit comments