Skip to content

Commit

Permalink
Merge pull request #38 from hack4impact-calpoly/resolve-merge-audiofile
Browse files Browse the repository at this point in the history
feat: get all request
  • Loading branch information
gracebw7 authored Feb 10, 2025
2 parents 9104820 + 3901c93 commit 14f31c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/api/audiofile/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export async function GET() {
return NextResponse.json({ error: "Error: Unable to fetch audio files." }, { status: 500 });
}
}

export async function POST(request: Request) {
try {
await connectDB();
Expand Down

0 comments on commit 14f31c1

Please sign in to comment.