We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c5fcd7 commit d0f6196Copy full SHA for d0f6196
2 files changed
src/api/judge/route.ts
@@ -1,3 +1,3 @@
1
-export async function GET() {
2
- return Response.json({ message: 'Judge API route placeholder' });
3
-}
+export async function GET() {
+ return Response.json({ message: 'Judge API route placeholder' });
+}
src/lib/judge.ts
-export const judgeUtils = {
- // judge stuff (linting was mad)
-};
+export const judgeUtils = {
+ // judge stuff (linting was mad)
+};
0 commit comments