This commit is contained in:
insvrgent
2025-01-22 13:30:09 +07:00
parent e0ef8d5023
commit 464277dd85
2 changed files with 56 additions and 31 deletions

View File

@@ -50,7 +50,7 @@ const LinktreePage = ({ setModal }) => {
}
try {
const response = await fetch(`${API_BASE_URL}/user/create-with-coupon`, {
const response = await fetch(`${API_BASE_URL}/coupon/create-user`, {
method: 'POST',
headers: {
'Content-Type': 'application/json',