ok
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user