diff --git a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/script.js b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/script.js index 5de9022..016e6aa 100644 --- a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/script.js +++ b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/script.js @@ -1,3 +1,3 @@ -fetch('http://localhost:31272/customer') -.then(x => x.json()) -.then(y => console.log(y)) \ No newline at end of file +fetch('https://localhost:5001/api/Customer') + .then(x => x.json()) + .then(y => console.log(y)); \ No newline at end of file