api : update announcement

This commit is contained in:
lukman
2024-07-29 13:52:46 +08:00
parent f265639355
commit fcbc136d41
4 changed files with 4 additions and 1 deletions

View File

@@ -2,5 +2,8 @@ import { NextRequest } from "next/server";
export async function getAllAnnouncement(req: NextRequest) {
try {
return Response.json({
success: true,
});
} catch (error) {}
}