Skip to content

Commit efd7777

Browse files
committed
Change question service deployment url
1 parent 83daf67 commit efd7777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/api/leetcode-dashboard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { QuestionAll, QuestionFull, NewQuestionData } from "@/types/find-match";
22

33
const QUESTION_SERVICE =
44
process.env.NEXT_PUBLIC_QUESTION_SERVICE ||
5-
"https://question-service-598285527681.us-central1.run.app/api";
5+
"https://question-service-2-598285527681.us-central1.run.app/api";
66

77
export const createSingleLeetcodeQuestion = async (
88
data: NewQuestionData

0 commit comments

Comments
 (0)