Skip to content

Commit 9c2eb70

Browse files
committed
Change question categories
1 parent f921c05 commit 9c2eb70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/question-service/src/controllers/questionController.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,9 +265,9 @@ export const readCategories = async (
265265
"Data Structures",
266266
"Bit Manipulation",
267267
"Recursion",
268-
"Databases",
268+
"Dynamic Programming",
269269
"Arrays",
270-
"Brainteaser",
270+
"Tree",
271271
]),
272272
});
273273
} catch (error) {

0 commit comments

Comments
 (0)