Слияние ui -> main #1

Merged
sasheg merged 145 commits from ui into main 2026-08-20 13:54:02 +00:00
Showing only changes of commit fba944b4b8 - Show all commits
+1 -1
View File
@@ -754,7 +754,7 @@ async def get_pack_file(pack_name: str, file_path: str, request: Request):
size=full_path.stat().st_size, size=full_path.stat().st_size,
client_ip=client_ip) client_ip=client_ip)
return FileResponse(full_path) return FileResponse(full_path, direct_passthrough=True)
# ====================== ЭНДПОИНТЫ ДЛЯ ЛАУНЧЕРА ====================== # ====================== ЭНДПОИНТЫ ДЛЯ ЛАУНЧЕРА ======================