-
Notifications
You must be signed in to change notification settings - Fork 7
Routes
CelesteComet edited this page Jan 26, 2018
·
1 revision
These are my routes
GET /api/:room_id/messages - get all messages of a room
GET/api/friends - get all friends of currently logged in user
POST /api/users - create a new user
POST /api/session - login the user
POST /api/session/destroy - logout the user
POST /api/:room_id/messages - create a new message within a chatroom
DELETE /api/:message_id - delete a message