api : announcement

This commit is contained in:
lukman
2024-07-29 13:43:11 +08:00
parent 1a80ed184c
commit f265639355
9 changed files with 85 additions and 14 deletions

View File

@@ -1,4 +1,6 @@
export async function updateAnnouncement(req: Request) {
import { NextRequest } from "next/server";
export async function updateAnnouncement(req: NextRequest) {
try {
} catch (error) {}
}