Button Loading Collab, Voting & Investasi

This commit is contained in:
2025-01-09 17:47:55 +08:00
parent d0716bd859
commit 6aac009155
9 changed files with 170 additions and 76 deletions

View File

@@ -26,5 +26,5 @@ export default async function colab_funCreateProyek(
if (!data) return { status: 400, message: "Gagal Membuat Proyek" };
revalidatePath(RouterColab.beranda);
return { data, status: 201, message: "Berhasil Membuar Proyek" };
return { data, status: 201, message: "Berhasil Membuat Proyek" };
}