-
Notifications
You must be signed in to change notification settings - Fork 1
Backend Routes
greathmaster edited this page Mar 2, 2020
·
2 revisions
GET /StaticPagesController#root
-
GET api/users/Get all users ` -
POST api/users/Sign UpUsersController#create -
PATCH api/users/:idEdit UserUsersController#update -
DELETE api/users/:idDelete UserUsersContorller#destroy
-
POST api/session- Logon/SigninSessionsController#create -
DELETE api/session- LogoutSessionsController#destroy
-
GET api/channels/All channels (in workspace?)ChannelsController#index -
GET api/channels/:idSpecific channelChannelsController#show -
POST api/channels/Create channelChannelsController#create -
PATCH api/channels/Edit channelChannelsController#update -
DELETE api/channels/Delete a channelChannelsController#destroy