Commit 3a92bf8a authored by Laura Heimann's avatar Laura Heimann

added documentation notice to playlist->saveplaylists endpoint

parent 262d666c
......@@ -56,6 +56,8 @@ class APIConnectPlaylistController extends AbstractController
*/
public function savePlaylists(Request $request, int $songID)
{
// TODO: DOCUMENTATION & FIX
$em = $this->getDoctrine()->getManager();
$data = [];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment