api : announcement
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
export async function updateAnnouncement(req: Request) {
|
||||
import { NextRequest } from "next/server";
|
||||
|
||||
export async function updateAnnouncement(req: NextRequest) {
|
||||
try {
|
||||
} catch (error) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user