This commit is contained in:
Vassshhh
2025-09-11 13:28:33 +07:00
parent 28c4c4d66b
commit e3f18d60ff
15 changed files with 3367 additions and 2058 deletions

View File

@@ -10,7 +10,7 @@ import styles from "./Login.module.css";
export default function LoginPage({ onLoggedIn }) {
const login = () => {
const baseUrl = "http://localhost:3001/";
const baseUrl = "https://kediritechnopark.com/";
const modal = "product";
const productId = 9;