This commit is contained in:
hexlocation 2024-12-28 21:51:06 +01:00
parent 2b69254416
commit 9b2db30a82
Signed by: hex
GPG key ID: A19EFFAAF8C00FCF
6 changed files with 13 additions and 8 deletions

View file

@ -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>
)
};
};