From: 2weiEmu Date: Mon, 18 May 2026 14:14:13 +0000 (+0200) Subject: roomsapi just something X-Git-Url: https://git.saalbach.dev/?a=commitdiff_plain;h=24798519dbf44687976675c33baf2efe53c1f557;p=binbsis50-sm.git roomsapi just something --- 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