Update version to 1.0rc7 - Add artist image URL to song endpoint

This commit is contained in:
Esa Kataja
2025-05-16 18:39:42 +03:00
parent 9c5edd1e44
commit cbd6ae9aa1
8 changed files with 12 additions and 7 deletions
+1
View File
@@ -5,6 +5,7 @@ from models.msg import Message
from lib.db import get_connection
from lib.logger import logger
from lib.helpers import hash_password
from datetime import datetime
router = APIRouter(prefix="/users", tags=["users"])