diff --git a/startAll.cmd b/startAll.cmd index 3e5b57a..02e631c 100644 --- a/startAll.cmd +++ b/startAll.cmd @@ -1,5 +1,5 @@ pushd api && start func start --csharp popd start npm start -start swa start http://localhost:3000 --api-location http://localhost:7071 +start swa start http://127.0.0.1:3000 --api-location http://127.0.0.1:7071 start http://localhost:4280/ \ No newline at end of file