You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to make sure to pass in the type of content to the backend.
Also, would should be using the keyword content as opposed to topic as this more accurately reflects the endpoint docs and the idea of a room.
Current we have this as the post statement for a room:
In Room.js (frontend/src/js/services)
We need to make sure to pass in the
type
of content to the backend.Also, would should be using the keyword
content
as opposed totopic
as this more accurately reflects the endpoint docs and the idea of a room.Current we have this as the post statement for a room:
In Room.js (
frontend/src/js/services
)Proposed change:
The text was updated successfully, but these errors were encountered: