HackYourFuture-CPH / chattie

Chattie is an app for messaging with your collegaues
MIT License
0 stars 4 forks source link

Link to /add people #295

Closed STEP0HEN closed 3 years ago

STEP0HEN commented 3 years ago

Description

This PR links the add new room button to the add-people endpoint. It also fixes the 500(Internal Server Error).

Fixes #275

How to test?

You can test by running npm run dev if you're signed in you can click on the add new room button to add/delete people when creating a room OR you can just go directly to localhost:3000/add-people and do the same.

Checklist