Csrinru Forums Verified Portable Here
// Verify a forum router.patch('/:id/verify', async (req, res) => try const forum = await Forum.findByIdAndUpdate(req.params.id, verified: true , new: true ); res.json(forum); catch (err) res.status(404).json( message: 'Forum not found' );
Received a PM from mod "Illusion" saying: "Approved. Don't break rules." Green badge appeared. csrinru forums verified
RIN is a technical forum, not a "gimme games" site. Following the rules on how to post and request is the only way to gain the trust necessary to access deeper parts of the forum. Final Thoughts // Verify a forum router