Skip to content
Snippets Groups Projects
Commit 98ab0c60 authored by Mathias Bjerkan's avatar Mathias Bjerkan
Browse files

Merge branch 'group-chat' of...

Merge branch 'group-chat' of https://gitlab.stud.idi.ntnu.no/vsbugge/devops-workshop-g-33 into group-chat
parents ac8ec031 e3c7b6d1
No related branches found
No related tags found
1 merge request!19Group chat
b5bb4cb9
.ssh 0 → 100755
ssh student@129.241.99.33
......@@ -42,7 +42,6 @@ public class GroupChatResource {
@POST
@Consumes (MediaType.APPLICATION_JSON)
@Produces (MediaType.APPLICATION_JSON)
@Path("new")
public GroupChat postGroupChat(GroupChat groupChat){
GroupChatDAO dao = new GroupChatDAO();
groupChat = dao.addGroupChat(groupChat);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment