diff --git a/tests/end_point_tests/endpoints.http b/tests/end_point_tests/endpoints.http index 06320daa..b1f2c104 100644 --- a/tests/end_point_tests/endpoints.http +++ b/tests/end_point_tests/endpoints.http @@ -18,7 +18,7 @@ POST http://localhost:9600/load_discussion Content-Type: application/json { - "id": 0 // Discussion ID Must be integer + "id": 1 // Discussion ID Must be integer } ############################################ ### Delete Discussion by ID diff --git a/web/src/components/ChatBox.vue b/web/src/components/ChatBox.vue index baf92a90..061a6f39 100644 --- a/web/src/components/ChatBox.vue +++ b/web/src/components/ChatBox.vue @@ -86,12 +86,15 @@ +
+ +
-
- +
@@ -141,6 +144,7 @@
+