revert FRONT_URL

This commit is contained in:
Hanusiak Piotr
2022-02-22 14:44:54 +01:00
committed by David Négrier
parent 3b4f06d659
commit 52e15eccfa
2 changed files with 2 additions and 1 deletions
@@ -53,6 +53,7 @@ export class PlayerTextures {
return new Promise<boolean>((resolve, reject) => {
fetch(url, {
method: "GET",
// mode: 'no-cors',
headers: {
Host: "pusher.workadventure.localhost",
},