Merge branch 'master' into vite-react-ts

# Conflicts:
#	Dockerfile
#	README.md
#	Website/apiConnector.js
#	Website/index.html
#	Website/interaction.js
This commit is contained in:
2025-06-18 19:28:44 +02:00
4 changed files with 16 additions and 13 deletions

1
Website/defaultApiUri.js Normal file
View File

@ -0,0 +1 @@
let apiUri = `${window.location.protocol}//${window.location.host.split(':')[0]}:6531`