api fejl
This commit is contained in:
@@ -175,6 +175,10 @@ def copy_playlist(
|
|||||||
|
|
||||||
db.commit()
|
db.commit()
|
||||||
return {"detail": "Kopieret", "id": new_p.id}
|
return {"detail": "Kopieret", "id": new_p.id}
|
||||||
|
|
||||||
|
|
||||||
|
@router.get("/playlists/{project_id}")
|
||||||
|
def get_shared_playlist(
|
||||||
project_id: str,
|
project_id: str,
|
||||||
db: Session = Depends(get_db),
|
db: Session = Depends(get_db),
|
||||||
me: User = Depends(get_current_user),
|
me: User = Depends(get_current_user),
|
||||||
|
|||||||
Reference in New Issue
Block a user