:3
This commit is contained in:
parent
2b69254416
commit
9b2db30a82
6 changed files with 13 additions and 8 deletions
|
@ -21,7 +21,7 @@ export const Home = () => {
|
|||
}, [referral]);
|
||||
|
||||
const entry = async () => {
|
||||
let res = await fetch("http://localhost:8080/entry", {
|
||||
let res = await fetch("/entry", {
|
||||
method: 'GET',
|
||||
headers: { referral }
|
||||
})
|
||||
|
@ -141,4 +141,4 @@ export const Home = () => {
|
|||
}
|
||||
</div>
|
||||
)
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue