poprawki do deployu
This commit is contained in:
@@ -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
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user