]> git.example.dev Git - binbsis50-sm.git/commitdiff
roomsapi just something
author2weiEmu <saalbach.robert@outlook.de>
Mon, 18 May 2026 14:14:13 +0000 (16:14 +0200)
committer2weiEmu <saalbach.robert@outlook.de>
Mon, 18 May 2026 14:14:13 +0000 (16:14 +0200)
pkg/dbhandling/roomsapi.go

index c57c2c92e3ab5336f63dcf3a32f2c61e6be46a47..c651803c5c48d88475aa6a1b8ea303e55990e39d 100644 (file)
@@ -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