diff --git a/cryptide_project/src/AdressSetup.ts b/cryptide_project/src/AdressSetup.ts index e37569f..51ee072 100644 --- a/cryptide_project/src/AdressSetup.ts +++ b/cryptide_project/src/AdressSetup.ts @@ -8,7 +8,7 @@ const tmp2 = ADRESSE_WEBSERVER const ADRESSE_WEBSITE = "" -const basePath = process.env.REACT_APP_BASE_PATH || ''; +const basePath = process.env.REACT_APP_BASEPATH || ''; console.log(basePath)