A lot of progress
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 36s

This commit is contained in:
2026-04-28 00:20:15 +02:00
parent b928212608
commit 76bb9fbb30
38 changed files with 382 additions and 460 deletions

View File

@@ -16,6 +16,7 @@ router.post('/create', async (req, res) => {
await newCampaign.save();
res.json({ status: "ok", campaign: newCampaign });
} catch (err) {
console.error(err);
res.json({ status: "error", msg: "errors.internal" });
}
});