Changed CORS policy allow all origins

Added Dockerfile to website
Changed Ports
This commit is contained in:
2023-05-24 22:30:11 +02:00
parent 32dc58715e
commit e2917d2f2e
4 changed files with 7 additions and 4 deletions

View File

@ -1,4 +1,4 @@
const apiUri = "http://localhost:5177";
const apiUri = "http://localhost:6530";
async function GetData(uri){
let request = await fetch(uri, {