From 24798519dbf44687976675c33baf2efe53c1f557 Mon Sep 17 00:00:00 2001 From: 2weiEmu Date: Mon, 18 May 2026 16:14:13 +0200 Subject: [PATCH] roomsapi just something --- pkg/dbhandling/roomsapi.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/dbhandling/roomsapi.go b/pkg/dbhandling/roomsapi.go index c57c2c9..c651803 100644 --- a/pkg/dbhandling/roomsapi.go +++ b/pkg/dbhandling/roomsapi.go @@ -40,11 +40,12 @@ func (dbw *DBWrapper) RoomsGet(w http.ResponseWriter, r *http.Request) { w.WriteHeader(http.StatusOK) } -/** TODO TEST +/** TEST * Get the id's of the songs present in a room using the name of the room * the sent JSON should just be a string with the name of the room **/ func (dbw *DBWrapper) RoomsGetByName(w http.ResponseWriter, r *http.Request) { + // the body should just be a string that is the name of the room } /** TODO TEST -- 2.54.0