Video oynatıcı modalında kontrollerin geniş ekranlarda görünür kalması için esnek yapıyı güncelle.

This commit is contained in:
2025-10-26 18:41:15 +03:00
parent 0e618878bc
commit b95f864207
2 changed files with 11 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
export const API = import.meta.env.VITE_API || "http://localhost:3001";
export const API = import.meta.env.VITE_API || "http://dupe.panda";
// 🔐 Ortak kimlik doğrulama başlığı (token varsa ekler)
export function authHeaders() {