poprawki do deployu

This commit is contained in:
Patryk Koreń
2026-07-09 22:34:24 +02:00
parent fa9e3b5ce7
commit 6aa9db54f4
7 changed files with 63 additions and 20 deletions

View File

@@ -12,7 +12,7 @@ dotenv.config();
const app = express();
app.use(cors({
origin: "http://localhost:5173",
origin: "https://papryk.com",
methods: ["GET", "POST"],
credentials: true
}));